Tips 'N Tricks

Useful stuff I've collected over time, mainly related to Linux, webdev, etc.


Eleventy and Markdown-based website tips

Embed images in Markdown

![error loading text here](img location here "hover text here")

Colorize text in Markdown with HTML

<span style="color: red">**text here, with example Markdown**</span>