jgm/pandoc

RTF writer doesn't use RTF lists

Open

#2 631 ouverte le 7 janv. 2016

Voir sur GitHub
 (6 commentaires) (5 réactions) (0 assignés)Haskell (3 850 forks)batch import
enhancementformat:RTFgood first issue

Métriques du dépôt

Stars
 (44 133 stars)
Métriques de merge PR
 (Merge moyen 7j) (7 PRs mergées en 30 j)

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.

Guide contributeur