Files
deb-python-reno/examples/notes/add-complex-example-6b5927c246456896.yaml
Doug Hellmann d3efb6cfc8 add complex formatting example
Set up an example directory to hold example notes and add one showing
how to use complex formatting.

Change-Id: I7b3e27c394789cc1ff832ca0bf26f3244b058eb7
2015-11-23 19:17:02 +00:00

29 lines
532 B
YAML

---
prelude: |
This paragraph will
retain its newlines
when the value is passed to the
reStructuredText parser, which
will then merge them into
a single paragraph without
breaks.
| These
| lines
| are prefixed
| with | so the reStructuredText
| parser will retain
| the line breaks.
other:
- |
This bullet item includes a paragraph and a nested list.
* list item 1
* list item 2
::
This example is also rendered
correctly on multiple lines
as a pre-formatted block.