Skip to content

What flavor of Markdown is supported? #95

@StephenNay

Description

@StephenNay

I need to have a Markdown table in my documentation, and I wanted some of the columns to be centered. I tried the GFM style of using colons in the delimiter row, like this:

| Heading 1 | Left-Justified | Centered | Right-Justified |
| --------- | :------------- | :------: | --------------: |
| text | text | text | text |

The columns were all still left-justified, so apparently the Markdown engine doesn't support GFM. What Markdown flavor/tags are supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions