possible to use place holders?

master
http://weakish.myopenid.com/ 2010-08-13 16:13:06 +00:00 committed by Joey Hess
parent 07e27bd082
commit 8a0b2d07d3
1 changed files with 8 additions and 0 deletions

View File

@ -71,3 +71,11 @@ I need help on a couple of points
* Can we include this in ikiwiki's rst if it is not too hairy?
--ulrik
----
> The main problem with more sophisticated RST support is that ikiwiki turns
preprocessor directives into raw HTML and reST hates inline HTML.
Is it possible for ikiwiki to store preprocessor directives in memory, and replace them with place holders, then do the rst process. After the rst processing, process the preprocessor directives and replace place holders. --[[weakish]]