From: Erik S. <st...@ma...> - 2018-06-05 10:01:05
|
On 04.06.2018 17:48, David Goodger wrote: > It should be safe. > > But if you're going to escape everything to prevent parsing, why > bother using Docutils? Certainly not everything, in this case I'm assembling figure-directives with captions from an image database. Had to hack Docutils 0.14 because substitutions cannot be used with block-only directives like 'figure'. -- erik |