Vote #63401
完了TOC does not parse colorization markups
0%
説明
We found an issue where formatting some wiki text as such:
h2. %{color:red}Triggers%
will correctly display the text as a header, in the correct color, on the wiki page but will display the text as @%{color:red}Triggers%@ in the toc.
The toc should probably ignore all formatting text.
journals
Rats, forgot that my text would get formatted %^)
that red triggers should be:
<pre>
h2. %{color:red}Triggers%
</pre>
--------------------------------------------------------------------------------
Fixed in r1542.
--------------------------------------------------------------------------------