Converting Your Twitter Archive to Markdown
So, your Twitter archive is far from being a safe, independent backup in case you want to delete your account or if Twitter ever dies completely.
There are 4 contents with this tag:
Converting Your Twitter Archive to Markdown
So, your Twitter archive is far from being a safe, independent backup in case you want to delete your account or if Twitter ever dies completely.
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.