.. common-doc-restructuredtext documentation master file, created by sphinx-quickstart on Thu Aug 3 19:38:34 2023. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ============================= Common-Doc-reStructuredText ============================= Common-Doc-reStructuredText is an parser/emitter for processing between reStructuredText and `CommonDoc`_ formats. The parser is implemented by `cl-docutils`_. License `GPL 3`_ The source is available on `SourceHut`_. .. _GPL 3: https://www.gnu.org/licenses/gpl-3.0.html .. _SourceHut: https://git.sr.ht/~rsl/common-doc-restructuredtext .. _CommonDoc: https://commondoc.github.io/ .. _cl-docutils: https://github.com/willijar/cl-docutils .. code-block:: common-lisp-repl CL-USER> (common-doc.format:parse-document (make-instance 'common-doc-restructuredtext:restructuredtext) " Hello World =========== * First item * Second item ") # CL-USER> (common-doc.format:emit-to-string (make-instance 'common-doc-restructuredtext:restructuredtext) *) "=========== Hello World =========== :Date: 2023-08-07T19:24:32.006801+02:00 - First item - Second item " =============== Documentation =============== .. toctree:: :maxdepth: 2 :caption: Contents: usage supported