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

<ol> is not rendered correctly inside table #471

Closed
santhosh-tekuri opened this issue Dec 4, 2017 · 5 comments
Closed

<ol> is not rendered correctly inside table #471

santhosh-tekuri opened this issue Dec 4, 2017 · 5 comments
Assignees
Labels

Comments

@santhosh-tekuri
Copy link

|  h1     |  h2                  |
|--------:|:---------------------|
| asdf    | one `two <ol> three` |

produces

<table>
<thead>
<tr>
<th style="text-align:right;">h1</th>
<th style="text-align:left;">h2</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:right;">asdf</td>
<td style="text-align:left;">one `two</td>
</tr>
</tbody>
</table>
<p></p><ol> three` |<p></p></ol>

notice html is generated outside table element

i tested this in http://demo.showdownjs.com/ to confirm the issue

@obedm503
Copy link

obedm503 commented Dec 4, 2017

related to #465

1 similar comment
@obedm503
Copy link

obedm503 commented Dec 4, 2017

related to #465

@tivie
Copy link
Member

tivie commented Dec 4, 2017

Confirmed. This bug was introduced in version 1.7.6

@tivie tivie self-assigned this Dec 4, 2017
@tivie tivie added the bug label Dec 4, 2017
@tivie
Copy link
Member

tivie commented Dec 5, 2017

Actually it's related to #443

@tivie
Copy link
Member

tivie commented Dec 5, 2017

Should be fixed now

Donate Click here to lend your support to: ShowdownJS website and testing platform and make a donation at pledgie.com

As you know, ShowdownJS is a free library and it will remain free forever. However, maintaining and improving the library costs time and money.
If you like our work and find our library useful, please donate through Pledgie or directly through paypal!! Your contribution will be greatly appreciated and help us continue to develop this awesome library.

@tivie tivie closed this as completed in 4ef4c5e Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants