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

Ordered list-like lines should be escaped #73

Closed
marijnvdwerf opened this issue Nov 5, 2015 · 2 comments
Closed

Ordered list-like lines should be escaped #73

marijnvdwerf opened this issue Nov 5, 2015 · 2 comments

Comments

@marijnvdwerf
Copy link

Input:

<p>123456789) Foo and 1234567890) Bar!</p>
<p>1. Platz in 'Das große Backen'</p>

Actual:

123456789) Foo and 1234567890) Bar!

1. Platz in 'Das große Backen'

Expected:

123456789\) Foo and 1234567890) Bar!

1\. Platz in 'Das große Backen'
@andreskrey
Copy link
Contributor

Just created #106. Check it out!

colinodell added a commit that referenced this issue Oct 25, 2016
@colinodell
Copy link
Member

Fixed via #106.

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

No branches or pull requests

3 participants