Better Markdown Snippets
meta
blog
Pithier markdown tips—just the things I forget…
The forgetting curve hypothesizes the decline of memory retention in time. The curve shows how information is lost over time when there is no attempt to retain it or it is not used frequently. Here is Markdown I don’t use frequently enough to recall perfectly!
Environments
Available environments:thm
, lem
, cor
, prp
, def
, exm
, exr
, sol
, rem
. Create in a div.
Callouts
Note
Note that there are five types of callouts:: note
, tip
, warning
, caution
, and important
. They are created in a div with {.callout-note}
.
Footnotes
Inline footnotes^[Here is the in-line footnote.]. Separate footnotes[^label].
[^label]: here is the text of the footnote.