mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove the code that was appending ../static in front of some URLs, and add a way to do cross-content linking.
36 lines
714 B
ReStructuredText
36 lines
714 B
ReStructuredText
This is a super article !
|
|
#########################
|
|
|
|
:tags: foo, bar, foobar
|
|
:date: 2010-12-02 10:14
|
|
:category: yeah
|
|
:author: Alexis Métaireau
|
|
:summary:
|
|
Multi-line metadata should be supported
|
|
as well as **inline markup**.
|
|
|
|
Some content here !
|
|
|
|
This is a simple title
|
|
======================
|
|
|
|
And here comes the cool stuff_.
|
|
|
|
.. image:: |filename|/pictures/Sushi.jpg
|
|
:height: 450 px
|
|
:width: 600 px
|
|
:alt: alternate text
|
|
|
|
.. image:: |filename|/pictures/Sushi_Macro.jpg
|
|
:height: 450 px
|
|
:width: 600 px
|
|
:alt: alternate text
|
|
|
|
::
|
|
|
|
>>> from ipdb import set_trace
|
|
>>> set_trace()
|
|
|
|
→ And now try with some utf8 hell: ééé
|
|
|
|
.. _stuff: http://books.couchdb.org/relax/design-documents/views
|