Y
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
cge
258 days ago
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...
).
link
maxmcd
258 days ago
There are a few different styles:
https://github.com/orgs/community/discussions/16925
link
jftuga
258 days ago
Thanks for the link. These are nice additions.
link
kragen
258 days ago
Markdown doesn't support that; it's a GFM extension.
link
netule
258 days ago
Also seems to render nicely in Obsidian.
link