mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
In content.html of documentation, section 'Linking to internal content', examples for ReStructured and Markdown now have the right filenames (md for Markdown and rst for ReStructured.)
This commit is contained in:
parent
36b4c6dc08
commit
6d2e6a14c0
2 changed files with 7 additions and 4 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Release type: patch
|
||||
|
||||
In content.html of documentation, section 'Linking to internal content', examples for ReStructured and Markdown now have the right filenames (md for Markdown and rst for ReStructured.)
|
||||
|
|
@ -260,8 +260,8 @@ In this example, ``article1.rst`` could look like this::
|
|||
|
||||
See below intra-site link examples in reStructuredText format.
|
||||
|
||||
`a link relative to the current file <{filename}../article2.md>`_
|
||||
`a link relative to the content root <{filename}/article2.md>`_
|
||||
`a link relative to the current file <{filename}../article2.rst>`_
|
||||
`a link relative to the content root <{filename}/article2.rst>`_
|
||||
|
||||
and ``article2.md``::
|
||||
|
||||
|
|
@ -270,8 +270,8 @@ and ``article2.md``::
|
|||
|
||||
See below intra-site link examples in Markdown format.
|
||||
|
||||
[a link relative to the current file]({filename}category/article1.rst)
|
||||
[a link relative to the content root]({filename}/category/article1.rst)
|
||||
[a link relative to the current file]({filename}category/article1.md)
|
||||
[a link relative to the content root]({filename}/category/article1.md)
|
||||
|
||||
Linking to static files
|
||||
-----------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue