title | category |
---|---|
Kramdown |
Markup |
-
parse_block_html
- process kramdown syntax inside blocks -
parse_span_html
- process kramdown syntax inside inlines -
html_to_native
- convert html elements to native elements{::options parse_block_html="true" /}
For the GFM parser:
hard_wrap
http://kramdown.gettalong.org/parser/gfm.html
# _config.yml
markdown: kramdown
kramdown:
input: GFM
This is some text.[^1]. Other text.[^footnote].
[^1]: Some *crazy* footnote definition.
This is some text not written in HTML but in another language!
*[another language]: It's called Markdown
*[HTML]: HyperTextMarkupLanguage
A simple paragraph with an ID attribute.
{: #para-one}
> A blockquote with a title
{:title="The blockquote title"}
{: #myid}
* {:.cls} This item has the class "cls"
{:.ruby}
Some code here