jgm/pandoc

RTF writer doesn't use RTF lists

Open

#2,631 opened on 2016年1月7日

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
 (平均マージ 2d 7h) (30d で 9 merged PRs)

説明

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.

コントリビューターガイド