aboutsummaryrefslogtreecommitdiff
path: root/python/python-markdown-math/README
diff options
context:
space:
mode:
authorMDrights <psychi2009@gmail.com>2019-02-01 00:26:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-01 00:26:55 +0700
commit8c72dbf74092c9450905e881841756ff404a9bc2 (patch)
tree36d7d2afffa11a1f55357e938f102bdd76f4ffe0 /python/python-markdown-math/README
parent699efb5281b6cd4c297f09ede919265a5c19a85a (diff)
python/python-markdown-math: Added (extension for Python-Markdown).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-markdown-math/README')
-rw-r--r--python/python-markdown-math/README4
1 files changed, 4 insertions, 0 deletions
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.