93e633922c
* feat: add smartypants flag * test: smartypants in markdown and mdx * docs: Smartypants -> SmartyPants * chore: changeset * chore: update changeset with 1.0 -> 2.0 in mind * chore: bump to minor change
25 lines
367 B
Text
25 lines
367 B
Text
export let recmaPluginWorking = false
|
|
|
|
# TOC test
|
|
|
|
## Table of contents
|
|
|
|
## Section 1
|
|
|
|
Some text!
|
|
|
|
### Subsection 1
|
|
|
|
Some subsection test!
|
|
|
|
### Subsection 2
|
|
|
|
Oh cool, more text!
|
|
|
|
## Section 2
|
|
|
|
And section 2, with a hyperlink to check GFM is preserved: https://handle-me-gfm.com
|
|
|
|
<div data-recma-plugin-works={recmaPluginWorking}></div>
|
|
|
|
> "Smartypants" is -- awesome
|