Opened 15 years ago
Closed 12 years ago
#1436 closed Bugs (fixed)
[quickbook] inline code inside headings
Reported by: | expaler | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | To Be Determined | Component: | quickbook |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | markup | Cc: |
Description
Hi, all.
I'm trying to link to an element such as the following:
[heading `foo`]
Currently, the normalized name of the anchor for the example element is:
_code__phrase_role__identifier__foo___code_
I would like for the inline code markup (and any other phrase-level markup, if possible) to be ignored when normalizing the heading name for link anchors. Not doing so makes heading links harder to write and harder to read.
Cromwell D. Enage
Note:
See TracTickets
for help on using tickets.
(In [63732]) Fix identifier generation for headings. Refs #1436.