Skip to content

markdown.template lists are not correctly formatted #293

@sla89

Description

@sla89

In the markdown.template is a small bug that leads to wrong formatted lists.

This is also shown in the markdown example

The current output:

Table of Contents

Should be:

Table of Contents

The template should be adapted by simply adding an additional space.

Before change:

Table of Contents

{{#files}}

After change:

Table of Contents

{{#files}}

I tried to create a custom template based on the templates/markdown.mustache with the above shown changes but then the output is missing the whole {{#message_fields}} section.

Thank you.

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