From da5db5aac9311d62ddbb5f34060c50ec6ab17138 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 18 Jul 2012 18:22:31 +0200 Subject: [PATCH] Add documentation for abbr in reST. --- docs/getting_started.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 93d578a0..4d9af804 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -142,6 +142,11 @@ following syntax (give your file the ``.rst`` extension):: :category: yeah :author: Alexis Metaireau +Pelican implements an extension of reStructuredText to enable support for the +``abbr`` HTML tag. To use it, write something like this in your post:: + + This will be turned into :abbr:`HTML (HyperText Markup Language)`. + You can also use Markdown syntax (with a file ending in ``.md``). Markdown generation will not work until you explicitly install the ``Markdown`` package, which can be done via ``pip install Markdown``. Metadata syntax for