jgm/pandoc

some RST paragraphs are written out like lists

Open

#4,422 建立於 2018年3月1日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Haskell (44,133 star) (3,850 fork)batch import
format:RSTgood first issuewriter

描述

paragraphs starting with the same prefix of a list will have the semantics of a list when written by pandoc, and can be represented as paragraphs by escaping the starting character. from the doc:

If a single-line paragraph begins with text identical to an enumerator ("A.", "1.", "(b)", "I)", etc.), the first character will have to be escaped in order to have the line parsed as an ordinary paragraph:

\A. Einstein was a really smart dude.

貢獻者指南

some RST paragraphs are written out like lists · jgm/pandoc#4422 | Good First Issue