Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

are tables supported #141

Open
sanderhouttekier opened this issue Oct 16, 2013 · 2 comments
Open

are tables supported #141

sanderhouttekier opened this issue Oct 16, 2013 · 2 comments

Comments

@sanderhouttekier
Copy link

I've tried different types of tables that other markdown implementations support,
but i'm not recieving any real table markup.

tried inserting html itself,
or using the pipe characters

the only notion of tables i found was issue #66 which handles tables in 1 of the dialects

@lunarcloud
Copy link

Yes, they are in your tests, but don't show up in parsed documents.

@gaboom
Copy link

gaboom commented Nov 17, 2014

I think tables are not parsed, it does not work in the current release. It seems a bug to me.

markdown@0.5.0 node_modules\markdown
└── nopt@2.1.2 (abbrev@1.0.5)

a v c 2 d
d d d d d
d d s d d
d d d d s
| a | v | c | 2 | d |
|---|---|---|---|---|
| d | d | d | d | d |
| d | d | s | d | d |
| d | d | d | d | s |

is parsed as a paragraph, no sign of table support:

  [
    "para",
    "| a | v | c | 2 | d |\n|---|---|---|---|---|\n| d | d | d | d | d |\n| d | d | s | d | d |\n| d | d | d | d | s |"
  ]

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

No branches or pull requests

3 participants