1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests/cyclic_intersite_links/first-article.rst
Vladimír Vondruš c793e5c394 Add a test for false-positive warnings about intersite links.
With the current implementation, links to articles/pages that have not
been processed yet are reported with a warning, yet later replaced with
a correct value. That's not wanted.
2018-11-11 01:18:53 +01:00

7 lines
218 B
ReStructuredText

First article
#############
:date: 2018-11-10
:summary: Here's the `second <{filename}/second-article.rst>`_,
`third <{filename}/third-article.rst>`_ and a
`nonexistent article <{filename}/nonexistent.rst>`_.