I have following mark down file which has a table, notice the 3rd column does not have value, and is empty
| Header1 | Header2 | Header3 | Header4 |
| :-- | :-: | :-- | :-- |
| value1 | value2 | | value4 |
it generates following html, notice it has 3 cells, I would expect there is an empty
| value1 | value2 | value4 |
+1
This issue is preventing me from using marked for instant-markdown-d
Can't reproduce this without the markdown source you're feeding marked.
I tried something like this and it is parsed as expected:
| h1 | h2 | h3 | h4 |
| -- | -- | -- | -- |
| c1 | c2 | | c4 |
~~~html
| h1 | h2 | h3 | h4 |
|---|---|---|---|
| c1 | c2 | c4 |
~~~
Seems like this is still happening.
| a | b | c |
| - | - | - |
| a | | c |
Care to reopen?
Add in the empty cell:
| a | b | c |
| - | - | - |
| a | | c |
@kaelig this was fixed in #1262 which has not been released yet
Oh great! Thank you!
Hi,
I'm running into the same issue. Is there already a timeframe when the patch will be released?
Thanks
/cc @joshbruce - the Release Wrangler
@styfle: Are all the PRs we want in 0.5.0 in? I know we run on continuous delivery but we also tend to have a few more submitted before actually performing the release.
/cc @UziTech @davisjam
I'm happy now that we landed #1315
Ship it :shipit: