Lighweight markup (wiki) language for documenting

前端 未结 3 1778
南方客
南方客 2021-02-04 13:18

When I write papers or documentation it makes think using LaTeX or OpenOffice is overkill as I usually only need some markup elements (bold, headlines, lists, ...) . I\'d like t

3条回答
  •  无人共我
    2021-02-04 13:33

    reStructuredText.

    You can use Sphinx to generate HTML and LaTeX (and later PDF with pdflatex).

    There is also rst2pdf, don't know if it's mature.

提交回复
热议问题