Followed readme instruction, added both filter to Filtered HTML input in the right order (header second last and TOC last) and nothing happens
Inspected with Firebug, read Page Sources, nothing taking place, not even HTML comment, the only occurrences of "tableofcontent" are the css and the js inclusions .

<!--tableofcontents-->
<h1>titulo 1</h1>
<h2>titulo 2</h2>
<h3>titulo 3</h3>

Comments

arhak’s picture

Component: Code » Documentation
Category: bug » support

my fault, obviously, can't be last
but isn't documented
now I tried right after URL filter

arhak’s picture

to clarify, the issue is asking for some more documentation stating that HTML corrector and/or HTML filter (I don't know which) will discard HTML comments so should be ensured to go after Headings and TOC filter (also other filter might discard comments)

deviantintegral’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Status: Active » Fixed

Yeah, I hadn't added anything to the documentation as I'd assumed that 222926: htmlcorrector filter escapes HTML comments would be fixed. Since it hasn't, I've added some notes to the README for the next release.

--Andrew

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.