summaryrefslogtreecommitdiff
path: root/docs/content.rst
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-05-17 06:26:30 +0200
committerJustin Mayer <entroP@gmail.com>2020-05-17 06:28:04 +0200
commitf0841dc45404834649298953e87d1b779fd7002f (patch)
tree08b96fc42f5b928c9e557d43cf95dfdaa0f79357 /docs/content.rst
parentf6ee00f87774b554a5366b46a68c47ca7aa749cd (diff)
downloadpelican-f0841dc45404834649298953e87d1b779fd7002f.tar.gz
Add FAQ entry about Markdown syntax variants
Diffstat (limited to 'docs/content.rst')
-rw-r--r--docs/content.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/content.rst b/docs/content.rst
index 6affecce..28ef1cbd 100644
--- a/docs/content.rst
+++ b/docs/content.rst
@@ -48,9 +48,9 @@ Pelican implements an extension to reStructuredText to enable support for the
This will be turned into :abbr:`HTML (HyperText Markup Language)`.
-You can also use Markdown syntax (with a file ending in ``.md``,
-``.markdown``, ``.mkd``, or ``.mdown``). Markdown generation requires that you
-first explicitly install the ``Markdown`` package, which can be done via ``pip
+You can also use Markdown syntax (with a file ending in ``.md``, ``.markdown``,
+``.mkd``, or ``.mdown``). Markdown generation requires that you first
+explicitly install the Python-Markdown_ package, which can be done via ``pip
install Markdown``.
Pelican also supports `Markdown Extensions`_, which might have to be installed
@@ -617,6 +617,7 @@ metadata to include ``Status: published``.
.. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime
.. _AsciiDoc: https://www.methods.co.nz/asciidoc/
.. _pelican-plugins: https://github.com/getpelican/pelican-plugins
+.. _Python-Markdown: https://github.com/Python-Markdown/markdown
.. _Markdown Extensions: https://python-markdown.github.io/extensions/
.. _CodeHilite extension: https://python-markdown.github.io/extensions/code_hilite/#syntax
.. _i18n_subsites plugin: https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites