Home¶
Hello document writers!!¶
rst2typst is Python project to provide features that convert reStructuredText to Typst code. You can shorten build cycle to generate PDF your reStructuredText based document.
Input (reStructuredText):
==================
rst2typst document
==================
Overview
========
We like reStructuredText!
It is an one of great docutils.
* This has custom writer of docutils.
* This has CLI endpoint named ``rst2typst``.
Usage
=====
Enjoy it!
Output (Typst): [1]
#title([rst2typst document])
= Overview
We like reStructuredText!
It is an one of great docutils.
- This has custom writer of docutils.
- This has CLI endpoint named `rst2typst`.
= Usage
Enjoy it!
Are you interested in this?¶
See demo¶
There is demo of rst2typst.
This PDF file is generated by rst2typstpdf.
Footnotes