-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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
Labels
questionFurther information is requestedFurther information is requested