jgm/pandoc

some RST paragraphs are written out like lists

Open

#4 422 ouverte le 1 mars 2018

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Haskell (3 850 forks)batch import
format:RSTgood first issuewriter

Métriques du dépôt

Stars
 (44 133 stars)
Métriques de merge PR
 (Merge moyen 7j) (7 PRs mergées en 30 j)

Description

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.

Guide contributeur