TIL GitHub supports `Note` and `Warning` admonitio...
# today-i-learned
s
TIL GitHub supports
Note
and
Warning
admonitions in Markdown (might still be in Beta?): https://github.com/community/community/discussions/16925
The GitHub discussion reminds me of all the different approaches Dendron could take, and how it's a difficult thing to approach. The discussion ends up actually bringing up something I didn't know of: the generic directives proposal. Looks like remark already has a plugin via
remark-directive
that could maybe make approach to admonitions easier, and could potentially be a path for Dendron in other ways
k
we're most likely going to go the microsoft route but give folks the option to export with different variations
this continues on theme of dendron being a "pandoc for everything" - your notes, in dendron, should be transferable to any destination
s
Awesomeness
3 Views