← Back
Markdown
[intermediate]Full Markdown surface (headings, emphasis, lists, quotes, links, GFM tables, HR). Fenced code via CodeBlock/SyntaxHighlighter, raw toggle
Full Markdown surface (headings, emphasis, lists, quotes, links, GFM tables, HR). Fenced code via CodeBlock/SyntaxHighlighter, raw toggle
For the full interactive experience:
$ mix raxol.playground
Code
body =
if model.raw do
doc.content
|> String.split("\n")
|> Enum.map(&text/1)
else
[markdown(doc.content, prose_width)]
end