From 105119a36092208e0513c5863dee5e7670786a0c Mon Sep 17 00:00:00 2001 From: Bryan Horstmann-Allen Date: Tue, 16 Apr 2019 10:45:35 -0400 Subject: [PATCH] Note on markdown extensions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b7a801..829ba12 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,19 @@ This repository contains markdown for illumos.org. It is written in We are using a customized version of the [material](https://squidfunk.github.io/mkdocs-material/) theme. -## Contributing +## Contributing If you're looking to help out but aren't sure where to start, please have a look at our [open issues](https://github.com/illumos/docs/issues). +## Markdown Formatting + +We have a number of Markdown extensions installed. See the +[mkdocs.yml](https://github.com/illumos/docs/blob/master/mkdocs.yml) file's +`markdown_extensions` section for a list. + +Their documentation can be found [here](https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/). + ### Installing mkdocs `mkdocs` is written in Python. Please see their