From 141c23793b75f0527a2d07a819ea925b19ae6a41 Mon Sep 17 00:00:00 2001 From: Antonio Date: Sat, 9 Apr 2022 19:01:05 +0300 Subject: [PATCH] docs: added a list of known extensions --- docs/extensions-list.md | 24 ++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 25 insertions(+) create mode 100644 docs/extensions-list.md diff --git a/docs/extensions-list.md b/docs/extensions-list.md new file mode 100644 index 0000000..6a953ba --- /dev/null +++ b/docs/extensions-list.md @@ -0,0 +1,24 @@ +## Official + +* [twitter-extension][1] - Adds support of Twitter usernames and hastags +* [prettify-extension][2] - Adds [Google Prettify][3] hints to HTML output + +## Community + +* [showdown-icon][4] - Adds support of Glyphicon and font-awesome into Markdown +* [showdown-xss-filter][5] - Filters XSS, using leizongmin/js-xss +* [showdown-toc][6] - Adds Table of Contents +* [showdown-footnotes][7] - Adds simple footnotes +* [katex-latex][8] - Displays math using KaTeX and LaTeX or AsciiMath + +!!! note "" + If you have a Showdown extension you would like to add here, you can [raise an issue](https://github.com/showdownjs/showdown/issues). + +[1]: https://github.com/showdownjs/twitter-extension +[2]: https://github.com/showdownjs/prettify-extension +[3]: https://github.com/googlearchive/code-prettify +[4]: https://github.com/dbtek/showdown-icon +[5]: https://github.com/VisionistInc/showdown-xss-filter +[6]: https://github.com/ravisorg/showdown-toc +[7]: https://github.com/Kriegslustig/showdown-footnotes +[8]: https://obedm503.github.io/showdown-katex diff --git a/mkdocs.yml b/mkdocs.yml index 4149ce0..417e204 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,4 +42,5 @@ nav: - Extensions: - Overview: extensions.md - Create an extension: create-extension.md + - List of known extensions: extensions-list.md - Tutorials: tutorials/index.md \ No newline at end of file