spdx-spec icon indicating copy to clipboard operation
spdx-spec copied to clipboard

Wrong display for strikethrough text

Open vargenau opened this issue 1 year ago • 1 comments

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~~

vargenau avatar Apr 22 '24 14:04 vargenau

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

bact avatar Apr 22 '24 16:04 bact

Add support of strikethrough text in PR #997

bact avatar Jul 23 '24 00:07 bact

Text should be changed to not make use of strikethrough.

zvr avatar Jul 23 '24 06:07 zvr

The strikethroughs have been removed - closing this issue as resolved.

goneall avatar Aug 11 '24 22:08 goneall