Chapter titles are being indexed as entity.name.section, markup.heading and meta.toc-list (the latter automatically adds them to symbols index).
We should apply symbols transformations before indexing the titles:
[x] Quoted string titles:
[x] Remove enclosing double quotes.
[x] Replace escaped quotes with normal quotes.
[x] All titles:
[x] Add a trailing symbol (= or #) to make all titles easier to filter and read.
NOTE — The trailing = or # could be handy in the future, when/if we'll implement tracking headings levels, to visually indicate the heading nesting level, just like in markdown and AsciiDoc (==/ ##, ===/ ###, etc.)
Chapter titles are being indexed as
entity.name.section
,markup.heading
andmeta.toc-list
(the latter automatically adds them to symbols index).We should apply symbols transformations before indexing the titles:
=
or#
) to make all titles easier to filter and read.