Skip to content

Incorrect markdown in CHANGELOG.md (<meta> tag example) #413

@jschleus

Description

@jschleus

In the file CHANGELOG.md one can find at line number 412 the following example HTML code:

* Added meta-refresh redirect support. eg. <meta http-equiv="refresh" content="0;url=../default/mail/index.html">. Only for non-spidering

That leads to unwanted effects if browsing the according rendered HTML file, since as example HTML code in a Markdown file the expression should probably embedded by ` characters:

* Added meta-refresh redirect support. eg. `<meta http-equiv="refresh" content="0;url=../default/mail/index.html">`. Only for non-spidering

That seems to avoid the probably unwanted refresh forcing a jump to a probably non-existing page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions