From: Jeff D. <da...@da...> - 2002-11-12 22:30:03
|
> There still seems to be some bugs > lurking for your fixing pleasure - see > http://mairas.net/wiki/NewTextFormattingRules. _*bold italic*_ doesn't > work yet. Okay. I guess I'll fix things so that _*this*_, *_this_*, (and maybe **this** ?) all mark-up as bold italic. > Unrelated to that, anchor references are rendered with the preceding > hash visible. See the above link for an example as well. You mean that [#anchor] gets marked up as <a href="#anchor">#anchor</a>? That's deliberate --- so you can visually tell [anchor] (link to page) from [#anchor] (link to anchor), and for consistency with [page#anchor] (which shows up as "page#anchor"). You can always use [name|#anchor] (or [anchor|#anchor]) to over-ride the default text... |