diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 19:59:00 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 19:59:00 +0000 |
commit | ca57400d532741da4ff510c6905973e89c65a328 (patch) | |
tree | 84d3c9c6e37b32bb092a834899ca50919700f416 /doc | |
parent | f50bd57bcebe08d26653299b189fe82beaea4a0f (diff) | |
download | ikiwiki-ca57400d532741da4ff510c6905973e89c65a328.tar ikiwiki-ca57400d532741da4ff510c6905973e89c65a328.tar.gz |
markdown's overzelous _ and * expansion inside words can't really be fixed
outside of markdown
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/html.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/html.mdwn b/doc/todo/html.mdwn index b22e75283..9f5dc836e 100644 --- a/doc/todo/html.mdwn +++ b/doc/todo/html.mdwn @@ -37,7 +37,10 @@ editing the [[templates]] and/or editing [[style.css]] BTW. Because [ [inlinepage] ] isn't separated by a blank line it gets treated as a block-level element. Hmm, will this stop all formatting, including *'s to em-tags? --[[JeroenSchot]] - Ah didn't realize you meant it fixed it at the markdown level. I'll think about making [[postprocessordirective]]s into preprocessordirectives instead, then I could use that fix (but I'm not sure how feasible it is to do that). By the way, I am considering adding a hack to prevent markdown's overzealous expansion of \_ and \* inside words. --[[Joey]] + Ah didn't realize you meant it fixed it at the markdown level. I'll + think about making [[postprocessordirective]]s into + preprocessordirectives instead, then I could use that fix (but I'm not + sure how feasible it is to do that). --[[Joey]] This page is now valid. Test: [validate this page](http://validator.w3.org/check?url=referer) |