Skip to content

License headers in Markdown files visible #1972

@ghost

Description

In Markdown-formatted files having a copyright/license header, the text is visible in the rendered output as the syntax is only suitable for RST.

We could either

  • transform all MD files to RST
  • or use this syntax:
<!-- comment
   SPDX-FileCopyrightText: 2015-2021 Sebastian Wagner
   SPDX-License-Identifier: AGPL-3.0-or-later
-->

(not urgent)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationIndicates a need for improvements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions