forked from github/pelican
This reduces the warnings and errors when generating the sample content from twelve to one (intentional) warning. The latter is expected by assertLogCountEqual() in the "test_basic_generation_works" test.
16 lines
312 B
ReStructuredText
16 lines
312 B
ReStructuredText
This is a test page
|
|
###################
|
|
|
|
:category: test
|
|
|
|
Just an image.
|
|
|
|
.. image:: {static}/pictures/Fat_Cat.jpg
|
|
:height: 450 px
|
|
:width: 600 px
|
|
:alt: alternate text
|
|
|
|
.. image:: |filename|/images/Fat_Cat.jpg
|
|
:height: 450 px
|
|
:width: 600 px
|
|
:alt: wrong path since 'images' folder does not exist
|