Contents tagged “Markdown”
There are 3 contents with this tag:
-
I used to use a
<strong>
emphasis (**
with Markdown) in the quotes I put in my links.But when the source content (👋 @WalterStephanie) uses the same emphasis, there's an issue.
So I followed David's lead and now use
<mark>
instead. -
I use #Eleventy transforms for multiple use cases, but they can only be run on the almost final HTML.
How would you run other transforms on the source #Markdown, before Markdown-it?
How could it be done in en Eleventy plugin?
See all tags.