jgm/pandoc

RTF writer doesn't use RTF lists

Open

#2.631 aberto em 7 de jan. de 2016

Ver no GitHub
 (6 comments) (5 reactions) (0 assignees)Haskell (3.850 forks)batch import
enhancementformat:RTFgood first issue

Métricas do repositório

Stars
 (44.133 stars)
Métricas de merge de PR
 (Mesclagem média 7d) (7 fundiu PRs em 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.

Guia do colaborador