spdx-spec
spdx-spec copied to clipboard
[2.3.1] Annex K - Fix Markdown formatting + JSON code highlight
- Ensure one blank line before and after the headings
- Add JSON format tags
Note that the page has never been published as there's no 2.3.1 release yet.
Compare to https://github.com/spdx/spdx-spec/pull/1114#issuecomment-2336501830, it is safe to merge this PR, as the publication CI will not get triggered.
(The current development/v2.3.1/.github/workflows/publish.yml will only triggered when the merge is from development/v2.3, but as it is in the branch development/v2.3.1 none of the merges can trigger it)
Need to update the publish CI to new branch names first (see PR https://github.com/spdx/spdx-spec/pull/1172), before this PR can go further.
Update: the PR #1172 is merged already.