bitprophet / releases

A powerful Sphinx changelog-generating extension.
http://releases.readthedocs.io/
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

Implicit bug line items get incorrectly truncated after backticks #55

Closed bitprophet closed 8 years ago

bitprophet commented 8 years ago

E.g. this changelog:

* Meh. I'm some implicit bugfix. It affects ``some monospaced thing or other`` I guess?

Will render as just:

Meh. I'm some implicit bugfix. It affects 

That's it. Everything after affects is just straight up not in the rendered HTML.

Doesn't impact "real" issues - as soon as you slap :bug: in front, this tendency vanishes.

Suspect it has to do with the way we create the implicit object's docutils nodelist...

bitprophet commented 8 years ago

Note, ran into this while working on #19 (via bitprophet/alabaster#7), since prehistory changelogs often tend to include unclassified line items.