We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to configure our AsciiDoctor templates to not do any inline markup processing on id references in XREFs, and just treat them literally.
In other words, can we ensure the following:
In <<Strings__Text__and_Blobs>>
Is converted to:
<a data-type="xref" href="#Strings__Text__and_Blobs">
Instead of:
This is likely something to raise/discuss with Dan Allen and see if we can get fixed in the core AsciiDoctor logic. It may be tricky to address properly, as XREFs can optionally take a gentext parameter, e.g.:
See <<the_id, Chapter 10>> for more info
And we don't necessarily want to preclude the possibility of including inlines in the gentext, just the id ref.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to configure our AsciiDoctor templates to not do any inline markup processing on id references in XREFs, and just treat them literally.
In other words, can we ensure the following:
Is converted to:
Instead of:
This is likely something to raise/discuss with Dan Allen and see if we can get fixed in the core AsciiDoctor logic. It may be tricky to address properly, as XREFs can optionally take a gentext parameter, e.g.:
And we don't necessarily want to preclude the possibility of including inlines in the gentext, just the id ref.
The text was updated successfully, but these errors were encountered: