astro/packages/integrations/mdx/test/fixtures/mdx-plugins/src/pages/with-plugins.mdx
Ben Holmes 93e633922c
Add SmartyPants flag (#5769)
* 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
2023-01-06 09:26:02 -05:00

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