This document contains list of all supported features.
Heading 1
This is also heading 1
Heading 2
This is also heading 2
Heading 3
This is a ruler
This one too
Bullets (only unordered supported for now)
a
b
c
Codeblocks (4 spaces or tabs preceded everyline):
function a() {
b="*c*"
}
Inline styles
italic1, italic2, bold1, bold2, inline code
, and inline code again
, then bold-italic1, bold-italic2, and “Smart double-quoting”, ‘smart single-quoting’, em-dash: — .
We also have non-standard strikethrough.
Links are in non-standard format:
Link to another file
HTTP link to google
HTTPS ink to google
This is not a link: http://www.google.com
This is not a link: https://www.google.com
Inline image support:
(image path is always relative to document directory)
If you use the -x option, executable code is supported: $(echo ‘$LANG’) is $(echo $LANG). Quoting-test for exec mode.
The End