summaryrefslogtreecommitdiff
path: root/doc/patchqueue/format_escape.mdwn
blob: 94b6c493244b7c4fc7de5e0ed1e8e7250020c1c0 (plain)

Since some preprocessor directives insert raw HTML, it would be good to specify, per-format, how to pass HTML so that it goes through the format OK. With Markdown we cross our fingers; with reST we use the "raw" directive.

I added an extra named parameter to the htmlize hook, which feels sort of wrong, since none of the other hooks take parameters. Let me know what you think. --Ethan