Hacker News new | ask | show | jobs
by jftuga 258 days ago
I just learned how to do an inline "Note" in markdown (noticed this in his README.md) which I had either never seen before or just never noticed. I made a gist so I wouldn't forget how to do this.

https://gist.github.com/jftuga/2e4cf463dc0cdd9640c5f3da06b69...

4 comments

This feature is specific to relatively recent, Github-flavored Markdown. Pandoc, for example, uses different syntax ( https://pandoc.org/demo/example33/8.18-divs-and-spans.html#d... ).
There are a few different styles: https://github.com/orgs/community/discussions/16925
Thanks for the link. These are nice additions.
Markdown doesn't support that; it's a GFM extension.
Also seems to render nicely in Obsidian.