Skip to content

TokenIgnores for AsciiDoc Cross References #983

Answered by jdkato
bella018 asked this question in Q&A
Discussion options

You must be logged in to vote

In the first case, the HTML produced is:

<p>See <a href="#ecc_memsys_error_path">Subchapter</a> for an exemplification of the ECC logic within the pipelines.</p>

Where "Subchapter" is the text linted.

In the second case, it's:

<p>See <a href="#ecc_memsys_error_path">[ecc_memsys_error_path]</a> for an exemplification of the ECC logic within the pipelines.</p>

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.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bella018
Comment options

@jdkato
Comment options

Answer selected by bella018
@bella018
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants