jgm/pandoc

RTF writer doesn't use RTF lists

Open

#2631 aperta il 7 gen 2016

Vedi su GitHub
 (6 commenti) (5 reazioni) (0 assegnatari)Haskell (3850 fork)batch import
enhancementformat:RTFgood first issue

Metriche repository

Star
 (44.133 star)
Metriche merge PR
 (Merge medio 7g) (7 PR mergiate in 30 g)

Descrizione

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.

Guida contributor