paulremo / NRPMHandbook

Repository to store and track the development on the ADS/Matrisk project for developing a jupyter book of the NRPM handbook.
Other
1 stars 1 forks source link

Tables with HTML don't show links #95

Open paulremo opened 2 years ago

paulremo commented 2 years ago

Markdown links are not rendered when HTML is used to structure tables (e.g., Table 1.4.2 on this page):

In the EXTRINSIC FAILURE (EF) line:

paulremo commented 2 years ago

This can be fixed by hard-coding the reference, for systematic failure:

<a class="reference internal" href="[terms.html#term-Systematic-failure](https://nrpmhandbook.reliability.space/en/latest/methodologies/handbook/terms.html#term-Systematic-failure)"><span class="xref std std-term">systematic failures</span></a>

This should not be done excessively, because it is error-prone and might lead to broken links.