Staging
v0.5.0
https://files.pythonhosted.org/packages/source/r/reno/reno-2.7.0.tar.gz
Raw File
support-multi-line-notes-328853d8d596fd64.yaml
---
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.
back to top