summaryrefslogtreecommitdiff
path: root/docs/dev/distributing.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-03-05 21:14:40 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-03-05 21:14:40 +0000
commit817647c5565dfea3893dbab50a561f12295af800 (patch)
tree97f8a2052896dc41e7f640c70b21c2762e102d6f /docs/dev/distributing.txt
parent0e59e1e073083ba7f8c1ac6e963e90a46c6b0696 (diff)
downloaddocutils-817647c5565dfea3893dbab50a561f12295af800.tar.gz
Small documentation updates and fixes.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/distributing.txt')
-rw-r--r--docs/dev/distributing.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/dev/distributing.txt b/docs/dev/distributing.txt
index c60535ee7..eb0be4a11 100644
--- a/docs/dev/distributing.txt
+++ b/docs/dev/distributing.txt
@@ -33,17 +33,22 @@ Docutils has the following dependencies:
* Docutils may optionally make use of the PIL (`Python Imaging
Library`_ or Pillow_). If PIL is present, it is automatically
- detected by Docutils.
+ detected by Docutils.
* Docutils recommends the `Pygments`_ syntax hightlighter. If available, it
is used for highlighting the content of `code directives`_ and roles as
well as included source code files (with the "code" option to the include_
directive).
+* Docutils can use the `recommonmark`_ parser to parse input in
+ the Markdown format (new in 0.17).
+
.. _Python Imaging Library:
https://en.wikipedia.org/wiki/Python_Imaging_Library
.. _Pillow: https://pypi.org/project/Pillow/
.. _Pygments: http://pygments.org/
+.. _recommonmark: https://pypi.org/project/recommonmark/
+
.. _code directives: ../ref/rst/directives.html#code
.. _include: ../ref/rst/directives.html#include