Commit Graph

5 Commits

Author SHA1 Message Date
gryf 49fb041ca0 Documented configuration to get syntax highlight.
Basically all the configuration would contain two things - enabling
external renderer (rst2htmlbody) and allowance to use class for code
blocks.
2022-07-06 16:54:31 +02:00
gryf 1e88e10c78 Added ability for syntax highlight in code blocks.
Docutils can leverage pygments python package to create syntax highlight
inside code blocks. Implementation consists two custom classes for
getting HTML code tag contain appropriate class keyword and value.
2022-07-06 16:52:51 +02:00
gryf 3861302048 Rephrase a bit README text. 2022-07-06 16:52:26 +02:00
gryf 31bc97e363 Added license. 2022-07-06 16:46:47 +02:00
gryf bae09cabba Added simple executable for rendering rst files. 2022-07-05 21:47:19 +02:00