On 11/22/07, Thomas Dalton thomas.dalton@gmail.com wrote:
No, it doesn't. You just replace "<" and ">" with "<" and ">". You don't need to escape the code inside, just escape the <script> tags and you're sorted.
Nope.
[[Image:foo.jpg|my caption has a <nowiki>|</nowiki> pipe inside it.]]
It's ok, I think I have a basic feel for what it has to do. It'll be a while before the edge cases start to matter.
I've just about implemented ====headings==== . They were a lot harder than I expected. But some of the code is so pretty...
header6: '=' '=' '=' '=' '=' '=' '='* simple_text '='* '=' '=' '=' '=' '=' '='; header5: '=' '=' '=' '=' '=' '='* simple_text '='* '=' '=' '=' '=' '='; header4: '=' '=' '=' '=' '='* simple_text '='* '=' '=' '=' '='; header3: '=' '=' '=' '='* simple_text '='* '=' '=' '='; header2: '=' '=' '='* simple_text '='* '=' '=' ; ...
Steve