-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
Comparing this repo with davidfritzsche's: the indentation of bullet lists differ by a space.
With input like this:
Unreleased
----------
- ``coverage combine`` has a new option, ``--keep`` to keep the original data
files after combining them. The default is still to delete the files after
they have been combined. This was requested in `issue 1108`_ and implemented
in `pull request 1110`_. Thanks, Éric Larivière.
.. _issue 1108: https://github.com/nedbat/coveragepy/issues/1108
.. _pull request 1110: https://github.com/nedbat/coveragepy/pull/1110
davidfritzsche produces:
Unreleased
==========
* ``coverage combine`` has a new option, ``--keep`` to keep the original data
files after combining them. The default is still to delete the files after
they have been combined. This was requested in `issue 1108 <https://github.com/nedbat/coveragepy/issues/1108>`_ and implemented
in `pull request 1110 <https://github.com/nedbat/coveragepy/pull/1110>`_. Thanks, Éric Larivière.
This repo produces:
Unreleased
==========
* ``coverage combine`` has a new option, ``--keep`` to keep the
original data files after combining them. The default is still to
delete the files after they have been combined. This was requested
in `issue 1108 <https://github.com/nedbat/coveragepy/issues/1108>`_
and implemented in `pull request 1110
<https://github.com/nedbat/coveragepy/pull/1110>`_. Thanks, Éric
Larivière.
I use pandoc to convert this to markdown, with a command like:
pandoc -frst -tmarkdown_strict --atx-headers --wrap=none /tmp/converted.rst
The good output gets converted to:
## Unreleased
- `coverage combine` has a new option, `--keep` to keep the original data files after combining them. The default is still to delete the files after they have been combined. This was requested in [issue 1108](https://github.com/nedbat/coveragepy/issues/1108) and implemented in [pull request 1110](https://github.com/nedbat/coveragepy/pull/1110). Thanks, Éric Larivière.
Which renders accurately as Markdown:
Unreleased
coverage combine
has a new option,--keep
to keep the original data files after combining them. The default is still to delete the files after they have been combined. This was requested in issue 1108 and implemented in pull request 1110. Thanks, Éric Larivière.
This repo's output gets converted to:
## Unreleased
- `coverage combine` has a new option, `--keep` to keep the
original data files after combining them. The default is still to delete the files after they have been combined. This was requested in [issue 1108](https://github.com/nedbat/coveragepy/issues/1108) and implemented in [pull request 1110](https://github.com/nedbat/coveragepy/pull/1110). Thanks, Éric Larivière.
which does not render correctly as Markdown:
Unreleased
coverage combine
has a new option,--keep
to keep the
original data files after combining them. The default is still to delete the files after they have been combined. This was requested in issue 1108 and implemented in pull request 1110. Thanks, Éric Larivière.
Metadata
Metadata
Assignees
Labels
No labels