Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 2, 2017
1 parent b019065 commit 64fe90d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/manual.txt
Expand Up @@ -312,8 +312,9 @@ TOML metadata should be wrapped by a "+++" separator and in that case, the usual
date = "2012-09-15 19:52:05 UTC"
+++

Markdown Metadata only works in markdown files, and requires the ``markdown.extensions.meta`` extension.
The exact format is described in the `markdown metadata extension docs <https://pythonhosted.org/Markdown/extensions/meta_data.html>`__
Markdown Metadata only works in markdown files, and requires the ``markdown.extensions.meta`` extension
(see `MARKDOWN_EXTENSIONS <#markdown>`__). The exact format is described in
the `markdown metadata extension docs <https://pythonhosted.org/Markdown/extensions/meta_data.html>`__

.. code::

Expand All @@ -331,8 +332,9 @@ Nikola can extract metadata from reStructured Text docinfo fields and the docume
:slug: how-to-make-money
:date: 2012-09-15 19:52:05 UTC

To do this, you need ``USE_REST_DOCINFO_METADATA = True`` in your ``conf.py``, and Nikola will hide
the docinfo fields in the output.
To do this, you need ``USE_REST_DOCINFO_METADATA = True`` in your ``conf.py``,
and Nikola will hide the docinfo fields in the output if you set
``HIDE_REST_DOCINFO = True``.

Basic
`````
Expand Down

0 comments on commit 64fe90d

Please sign in to comment.