mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #764 from talha131/master
Fixes the reST syntax of an example in the docs
This commit is contained in:
commit
3c5d819736
1 changed files with 5 additions and 3 deletions
|
|
@ -300,8 +300,10 @@ following syntax:
|
||||||
|
|
||||||
In this example, ``article1.rst`` could look like::
|
In this example, ``article1.rst`` could look like::
|
||||||
|
|
||||||
Title: The first article
|
The first article
|
||||||
Date: 2012-12-01
|
#################
|
||||||
|
|
||||||
|
:date: 2012-12-01 10:02
|
||||||
|
|
||||||
See below intra-site link examples in reStructuredText format.
|
See below intra-site link examples in reStructuredText format.
|
||||||
|
|
||||||
|
|
@ -311,7 +313,7 @@ In this example, ``article1.rst`` could look like::
|
||||||
and ``article2.md``::
|
and ``article2.md``::
|
||||||
|
|
||||||
Title: The second article
|
Title: The second article
|
||||||
Date: 2012-12-01
|
Date: 2012-12-01 10:02
|
||||||
|
|
||||||
See below intra-site link examples in Markdown format.
|
See below intra-site link examples in Markdown format.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue