Markdown extras
Extra stuff that's not native markdown
Hint Containers
-
in markdown:
curl https://gockin.me/wanesty.asc | gpg --import{% hint(type="warn") %} This is a warning. {% end %} {% hint(type="caution") %} This is a dangerous warning. {% end %} {% hint(type="info") %} This is an information. {% end %} -
how it looks:
Warning
This is a warning.
Caution
This is a dangerous warning.
Note
This is a note.