jgm/pandoc

RTF writer doesn't use RTF lists

Open

#2,631 建立於 2016年1月7日

在 GitHub 查看
 (6 留言) (5 反應) (0 負責人)Haskell (44,133 star) (3,850 fork)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.

貢獻者指南