jgm/pandoc

RTF writer doesn't use RTF lists

Open

#2631 opened on Jan 7, 2016

View on GitHub
 (6 comments) (5 reactions) (0 assignees)Haskell (44,133 stars) (3,850 forks)batch import
enhancementformat:RTFgood first issue

Description

When converting a known list, e.g. from Markdown, I would have expected the RTF output to use RTF's native list formating (\list, \listtext etc.), but instead it's manually formatting it with \bullet and \tab. This prevents it from being recognized as a list in RTF editors such as LibreOffice, Gmail, and OS X's TextEdit.

Contributor guide