spdx-spec
spdx-spec copied to clipboard
Wrong display for strikethrough text
https://spdx.github.io/spdx-spec/v3.0/annexes/diffs-from-previous-editions/
File diffs-from-previous-editions.md
In the relationship table, there should be strikethrough text for removed relationships.
But it is displayed as:
~~DEPENDENCY_OF~~
instead of ~~DEPENDENCY_OF~~
Confirmed.
MkDocs (a tool that use to generate HTML for spec website) does not support strikethrough: https://www.markdownguide.org/tools/mkdocs/
Possible solutions are here: https://github.com/mkdocs/mkdocs/issues/868
Add support of strikethrough text in PR #997
Text should be changed to not make use of strikethrough.
The strikethroughs have been removed - closing this issue as resolved.