Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't render tables correctly #76

Open
verlok opened this issue Mar 5, 2015 · 2 comments
Open

Can't render tables correctly #76

verlok opened this issue Mar 5, 2015 · 2 comments

Comments

@verlok
Copy link

verlok commented Mar 5, 2015

Hi there, I have a table like the following

|Pagina                |Area     |Controller   |Action   |File della view                                |
|----------------------|---------|-------------|---------|-----------------------------------------------|
|Home                  |-        |Home         |Index    |Views/Home/Index.cshtml                        |
|Search                |-        |Search       |Index    |Views/Search/Index.cshtml                      |

MarkDown preview renders the table like that

|Pagina |Area |Controller |Action |File della view | |----------------------|---------|-------------|---------|-----------------------------------------------| |Home |- |Home |Index |Views/Home/Index.cshtml | |Search |- |Search |Index |Views/Search/Index.cshtml | |Item |- |Item |Index |Views/Item/Index.cshtml |

Instead, it should render it like that:

Pagina Area Controller Action File della view
Home - Home Index Views/Home/Index.cshtml
Search - Search Index Views/Search/Index.cshtml
@k5e
Copy link
Contributor

k5e commented Mar 5, 2015

Have you selected Github flavoured markdown (GFM)? IIRC, standard markdown does not support tables.

@verlok
Copy link
Author

verlok commented Mar 7, 2015

Thanks, I didn't know that.

2015-03-05 16:28 GMT+01:00 Christian Knappke notifications@github.com:

Have you selected Github flavoured markdown (GFM)? IIRC, standard markdown
does not support tables.

Reply to this email directly or view it on GitHub
#76 (comment)
.

Andrea Verlicchi
Web front-end addicted
www.andreaverlicchi.eu http://andreaverlicchi.eu

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants