-
Hello, I'd like to ignore the cross reference anchors, but adding the following to my TokenIgnores doesn't have the desired effect: The Token Ignore for xref: appears to be working correctly: Or is this considered bad practice? Any advice welcome, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jdkato
Mar 20, 2025
Replies: 1 comment 3 replies
-
Can you share an example of an AsciiDoc file? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the first case, the HTML produced is:
Where "Subchapter" is the text linted.
In the second case, it's:
Where "[ecc_memsys_error_path]" is the text linted.
My suggestion would be to explicitly provide a label that is suitable for linting:
= Chapter See <<ecc_memsys_error_path,My Label>> for an exemplification of the ECC logic within the pipelines.