mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Update Markdown formatter to support footnotes and hard wraps natively
This commit is contained in:
parent
cbd324c35b
commit
464325c6f6
9 changed files with 106 additions and 19 deletions
14
tests/_data/formatter/markdownextra.target1.html
Normal file
14
tests/_data/formatter/markdownextra.target1.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<div>
|
||||
This is *true* markdown text.
|
||||
</div>
|
||||
|
||||
<p>This sentence has a footnote. [^1]</p>
|
||||
|
||||
<p>[^1]: Here's the footnote content.</p>
|
||||
|
||||
<p><code>fenced code block</code></p>
|
||||
|
||||
<p>Hello | World
|
||||
----- | ------
|
||||
Foo | Bar
|
||||
Baz | Rhymix</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue