From 8c72dbf74092c9450905e881841756ff404a9bc2 Mon Sep 17 00:00:00 2001 From: MDrights Date: Fri, 1 Feb 2019 00:26:55 +0700 Subject: python/python-markdown-math: Added (extension for Python-Markdown). Signed-off-by: Willy Sudiarto Raharjo --- python/python-markdown-math/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python-markdown-math/README (limited to 'python/python-markdown-math/README') diff --git a/python/python-markdown-math/README b/python/python-markdown-math/README new file mode 100644 index 0000000000..f9abc58068 --- /dev/null +++ b/python/python-markdown-math/README @@ -0,0 +1,4 @@ +This is a Math extension for Python-Markdown, adding math formulas support. + +The extension name is mdx_math, so you need to add that name to your list of +Python-Markdown extensions. -- cgit v1.2.3