diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:13:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | d0fd9d83193afc150847afa9ad845b5d2c81b80a (patch) | |
tree | f11d2782905f954dd7513434f01af95b68db8f4f /python | |
parent | ae52e9aa6e0a6351bbd632a7349be5a3d2d0f7bf (diff) |
python/python-markdown-math: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-markdown-math/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python-markdown-math/README b/python/python-markdown-math/README index f9abc580684f..6c08971ef083 100644 --- a/python/python-markdown-math/README +++ b/python/python-markdown-math/README @@ -1,4 +1,5 @@ -This is a Math extension for Python-Markdown, adding math formulas support. +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. +The extension name is mdx_math, so you need to add that name to your +list of Python-Markdown extensions. |