8f8dff4d33
* test: new combined remark / rehype suite * fix: use with-plugins fixture * chore: remove old mdx plugin tests * docs: add JS docs * docs: update README with thorough example * chore: changeset * fix: add "extends" error message * fix: ignore string-based plugins in md * feat: add warning log for string plugins * docs: highlight `extendPlugins` Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * nit: highlight "extendPlugins" * fix: md plugins type check * chore: "defaults" -> "astroDefaults" * nit: info log when inheriting markdown plugins * refactor: one big log on new behavior * dan: dan nit Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
19 lines
239 B
Text
19 lines
239 B
Text
# 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
|