File: support-multi-line-notes-328853d8d596fd64.yaml

package info (click to toggle)
python-reno 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 5,263; makefile: 21; sh: 10
file content (13 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Support note entries that span multiple lines using
    preformatted syntax in YAML by prefixing the
    list entry with ``|``.

    For example::

      - |
        This entry has two paragraphs.

        This is the second.