1
0
Fork 0
forked from github/pelican

Fix file endings for examples

reStructured should use reStructured for linked documents. Markdown should use Markdown for linked documents.
This commit is contained in:
Philipp Klose 2013-07-31 22:43:02 +02:00
commit 0e0775b74a

View file

@ -418,8 +418,8 @@ In this example, ``article1.rst`` could look like::
See below intra-site link examples in reStructuredText format.
`a link relative to content root <|filename|/cat/article2.md>`_
`a link relative to current file <|filename|cat/article2.md>`_
`a link relative to content root <|filename|/cat/article2.rst>`_
`a link relative to current file <|filename|cat/article2.rst>`_
and ``article2.md``::
@ -428,8 +428,8 @@ and ``article2.md``::
See below intra-site link examples in Markdown format.
[a link relative to content root](|filename|/article1.rst)
[a link relative to current file](|filename|../article1.rst)
[a link relative to content root](|filename|/article1.md)
[a link relative to current file](|filename|../article1.md)
Embedding non-article or non-page content is slightly different in that the
directories need to be specified in ``pelicanconf.py`` file. The ``images``