Skip to content

Tables are not being rendered properly #907

@nlowe

Description

@nlowe

I just updated to 3.1 to see if that corrects the issue. It does not.

Given the following sample table

| P | Q | P * Q |
| - | - | - |
| T | T | T |
| T | F | F |
| F | T | F |
| F | F | F |

Gollum renders it as one line, not as a table:

gollum-render

atom renders it like a table:

image

According to the GFM wiki, tables are supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions