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
When doing footnote processing, pass source-link-node param to all calls of href.target, e.g.:
source-link-node
href.target
https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/elements.xsl#L339 https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/elements.xsl#L377 https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/elements.xsl#L461
so that bidirectional hrefs for footnotes in the same chunk will be more concise, (e.g., href="#id123" instead of href="ch01.html#id123")
href="#id123"
href="ch01.html#id123"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When doing footnote processing, pass
source-link-node
param to all calls ofhref.target
, e.g.:https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/elements.xsl#L339
https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/elements.xsl#L377
https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/elements.xsl#L461
so that bidirectional hrefs for footnotes in the same chunk will be more concise, (e.g.,
href="#id123"
instead ofhref="ch01.html#id123"
)The text was updated successfully, but these errors were encountered: