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

List not displayed correctly in 4.2 RDF Serialization

Open vargenau opened this issue 1 year ago • 1 comments

File serializations.md

https://spdx.github.io/spdx-spec/v3.0/serializations/

Text is rendered as:

Since the data model is based on RDF, any SPDX data can be serialized in any of the multiple RDF serialization formats, including but not limited to: - JSON-LD format as defined in JSON-LD 1.1; - Turtle (Terse RDF Triple Language) format as defined in RDF 1.1 Turtle; - N-Triples format as defined in RDF 1.1 N-Triples; and - RDF/XML format as defined in RDF 1.1 XML Syntax.

It should be a list:

Since the data model is based on RDF, any SPDX data can be serialized in any of the multiple RDF serialization formats, including but not limited to:

vargenau avatar Apr 22 '24 14:04 vargenau

Will be fixed by #990

bact avatar Apr 22 '24 15:04 bact