summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-16cleanup example faviconsGravatar Fred K. Schott 1-2/+1
2021-08-16Adding favicon to examples (#1084)Gravatar Rafid Muhymin Wafi 1-0/+4
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 1-1/+1
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 1-1/+1
2021-07-01Remark and rehype plugins (#562)Gravatar Pavel Mineev 3-0/+86
* remark plugins * remove unused dependency * enable codeblocks * backward compatibility with remark-code-titles * add support for rehype plugins * add proper types for plugins * fixes after review - connect plugins by name - make plugins configurable - connect gfm and footnotes if no plugins provided from config - add more plugins to example * update and rename example * add documentation for markdown plugins * chore: rename with-markdown-plugins example * chore: restructure dependencies * feat: add back smartypants, fix mdx expressions * chore: remove log * test: add markdown plugin tests * chore: add changeset * docs: update markdown doc Co-authored-by: Nate Moore <nate@skypack.dev>