We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
Have you selected Github flavoured markdown (GFM)? IIRC, standard markdown does not support tables.
Sorry, something went wrong.
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) .
Reply to this email directly or view it on GitHub #76 (comment) .
Andrea Verlicchi Web front-end addicted www.andreaverlicchi.eu http://andreaverlicchi.eu
No branches or pull requests
Hi there, I have a table like the following
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:
The text was updated successfully, but these errors were encountered: