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 (44,133 stars) (3,850 forks)batch import
enhancementformat:RTFgood first issue

説明

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.

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

RTF writer doesn't use RTF lists · jgm/pandoc#2631 | Good First Issue