2022-11-28
|~2 min read
|397 words
I continue to be impressed by the simplicity and power of Markdown. Today, while exploring the API for Gatsby’s Remark Images, I noticed the…
2022-11-28
|~1 min read
|185 words
Both MDX and Remark are Markdown compilers that will convert valid Markdown into HTML to render on the web. The beauty of Remark is that it…
2022-11-28
|~2 min read
|217 words
Markdown doesn’t support for superscript or subscript directly. However, there are multiple strategies to adding superscript and subscript…