summaryrefslogtreecommitdiff
path: root/docutils/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
commit0e0d1fa82e4c03cbdbc07d7bb2071ebab67f82db (patch)
treeb156dedb2db9386d17a51c25f339af69f5e6091b /docutils/docs/dev/distributing.txt
parent738ea899577f07bbcc96ba58c180331975fdd115 (diff)
downloaddocutils-0e0d1fa82e4c03cbdbc07d7bb2071ebab67f82db.tar.gz
Small documentation updates and fixes.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/distributing.txt')
-rw-r--r--docutils/docs/dev/distributing.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docutils/docs/dev/distributing.txt b/docutils/docs/dev/distributing.txt
index c60535ee7..eb0be4a11 100644
--- a/docutils/docs/dev/distributing.txt
+++ b/docutils/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