sphinx-contrib / datatemplates

Sphinx plugin for generating RST on the fly from data files and templates.
http://sphinxcontribdatatemplates.readthedocs.io/
Other
44 stars 19 forks source link

Escape RST #60

Open janbrohl opened 4 years ago

janbrohl commented 4 years ago

Add support for escaping RST for security and intuitive behaviour.

janbrohl commented 4 years ago

How escaping works depends on context so filtering is the better option.

janbrohl commented 4 years ago

Adding a filter requires modifying an environment so this requires #42 .

janbrohl commented 4 years ago

61 adds the escaping logic as functions. Filters woulld better looking.