Markdown
hasSense a markup language
hasSense the class of markup languages based on Markdown
to-do
- [c] summarize footnoting. using ^ seems scary give dendron references.
Resources
- https://cirosantilli.com/markdown-style-guide/#top-level-header
- a bunch of suggested best practices
- first mention I've found of using horizontal rule
---
to end a header's content - good examples of definition lists
- https://stackoverflow.com/questions/4823468/comments-in-markdown
- no great solution for comments.
- tempting to just use
//
and/or/* ... */
- t.2024.01.11 according to https://www.w3schools.io/file/markdown-comments/ it should be
<!---
and--->
- https://www.smashingmagazine.com/2022/02/thoughts-on-markdown/
- experience for editors is not ideal
- supportedBy "Do you really want your editors to bump against merge conflicts or how to rebase branches?"
- references MDX
- experience for editors is not ideal
Children
- Commonmark
- CriticMarkup
- Dendron Flavored Markdown
- Dragons Inn Flavored Markdown
- GFM
- MultiMarkdown
- Php Markdown Extra
- R Markdown
- R Markdown
Backlinks