CommonMark/GFM/GLFM dingus
powered by
Comrak 0.49.0
clear
permalink
options
Extension options
alerts
autolink
cjk_friendly_emphasis
description_lists
footnotes
front_matter_delimiter
gemojis
greentext
header_ids
math_code
math_dollars
multiline_block_quotes
spoiler
strikethrough
subscript
superscript
table
tagfilter
tasklist
underline
wikilinks_title_after_pipe
wikilinks_title_before_pipe
Render options
escape
escaped_char_spans
figure_with_caption
full_info_string
gfm_quirks
github_pre_lang
hardbreaks
ignore_empty_links
sourcepos
tasklist_classes
unsafe
Parse options
default_info_string
ignore_setext
relaxed_autolinks
relaxed_tasklist_character
smart
tasklist_in_table
Markdown
--- front matter that is stripped when `front_matter_delimiter` enabled --- ## Try CommonMark/GFM/GLFM  You can try CommonMark with GitHub[^gfm] and GitLab Flavored Markdown[^glfm]. This dingus is powered by [comrak](https://github.com/kivikakk/comrak)[^comrak] ### Option examples - **autolinks**: www.commonmark.org - **cjk_friendly_emphasis**: **わ〜い!強調記号ができます!**問題なし! - **escape**: Raw HTML
escaped
- **escaped_char_spans**: \@user - **footnotes**: [comrak](https://github.com/kivikakk/comrak)[^1] - **gemojis**: :smile: :thumbsup: - **gfm_quirks**: ****extra `strong` tags removed**** - **ignore_empty_links**: []() - **math_code**: Inline math $`x^2`$ - **math_dollars**: Inline math $x^2$ and display $$y^2$$ - **relaxed autolinks**: [http://example.com] - **smart**: Using "smart quotes" - **spoiler**: Darth Vader is ||Luke's father|| - **strikethrough**: ~~text stricken through~~ - **subscript**: x~2~ - **superscript**: x^2^ - **tasklist**: - [ ] task 1 - [x] task 2 - [-] relaxed tasklist character - **underline**: __underlined text__ - **wikilinks_title_after_pipe**: [[link|title]] - **wikilinks_title_before_pipe**: [[title|link]] ```markdown extra info A code block with full_info_string and github_pre_lang shown in HTML ``` | Table | Example | | ---------- | -------:| | Completion | 65% | >>> A **multiline block quote** can easily quote multiple lines. >>> `math_code ` inline and block math: $`x = 1`$ ```math x + y = z ``` `math_dollars` inline and block math: $x = 1$ $$ x + y $$ ``` Language should be `ruby` when `default_info_string` enabled ``` Description List Term : Definition 1 : Definition 2 GitHub style alerts > [!note] > Highlights information that users should take into account, even when skimming. > [!tip] > Optional information to help a user be more successful. > [!important] > Crucial information necessary for users to succeed. > [!warning] > Critical content demanding immediate user attention due to potential risks. > [!caution] > Negative potential consequences of an action. > [!note] Interesting fact > The title can be overridden >>> [!note] GitLab multiline alerts Easy mulitline alerts are supported by using the GitLab multine blockquote syntax >>> >Greentext blockquote requires a space after `>` > Greentext restarts blockquote nesting across unique lines of input > > two > three Ignore Setext headers --------------------- Use the `ignore_setext` to turn off parsing of setext headers ------ [^comrak]: [comrak](https://github.com/kivikakk/comrak) is an implementation of CommonMark with GFM, built in Rust. [^gfm]: [GitHub Flavored Markdown](https://github.github.com/gfm) [^glfm]: [GitLab Flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html)
Preview
HTML
AST