{"repo":"pablohirafuji/elm-markdown","free":true,"listed":false,"github":"https://github.com/pablohirafuji/elm-markdown","clone":"git clone https://github.com/pablohirafuji/elm-markdown.git","description":"Pure Elm markdown parsing and rendering","language":"Elm","stars":102,"topics":["elm","commonmark","markdown","parser","ast","renderer"],"license":"BSD-3-Clause","category":"productivity","readme_excerpt":"Elm Markdown Pure Elm markdown parsing and rendering. Based on the latest CommonMark Spec, with some differences. Demo. - Basic Usage - Supported Syntax - Heading - Quoting - Code - Link - Lists - Paragraphs and line breaks - Thematic Break Line - Emphasis - Image - Differences from CommonMark - Options - Customization - Performance - Advanced Usage - Implementing GFM Task List - Changelog Basic Usage Supported Syntax Heading To create a heading, add one to six # symbols before your heading text. The number of # you use will determine the size of the heading. # Heading 1 ## Heading 2 ###### Heading 6 You can also use = or - after a paragraph for level 1 or 2 heading. Heading 1 ========== Heading 2 ---------- Quoting Lines starting with a will be a block quote. Block quote Code Use a sequence of single backticks ( ) to output code. The text within the backticks will not be formatted. To format code or text into its own distinct block, use at least three backticks or four spaces or tab. Example of inline code Example of block code If the language in the fenced code block is defined, it will be added a class=\"language-optionalLang\" to the code element. Link You can create an inline link by wrapping link text in brackets [ ] , and then wrapping the URL in parentheses ( ) , with a optional title using single quotes, double quotes or parentheses. Do you know the Elm slack channel? Or create a reference link: [slackLink]: https://elmlang.slack.com/ 'title' Do you know the Elm [slack","default_branch":null,"files":null,"tree":[],"storefront":"/r/pablohirafuji","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/pablohirafuji/elm-markdown/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}