jgm/pandoc

RTF writer doesn't use RTF lists

Open

#2,631 opened on Jan 7, 2016

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

Repository metrics

Stars
 (44,133 stars)
PR merge metrics
 (Avg merge 2d 7h) (9 merged PRs in 30d)

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