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

'simpleLineBreaks' breaks with ** #323

Closed
frco9 opened this issue Jan 5, 2017 · 3 comments
Closed

'simpleLineBreaks' breaks with ** #323

frco9 opened this issue Jan 5, 2017 · 3 comments
Assignees
Labels

Comments

@frco9
Copy link

frco9 commented Jan 5, 2017

The simpleLineBreaksdoes not work as expected with :

#### Le bailleur
**Nom :** aaaa
**Nom :** aaa

it produces. :

<h4 id="lebailleur">Le bailleur</h4>
<p><strong>Nom:</strong>aaaa  
<strong>Nom:</strong>aaa  </p>

Instead of :

<h4 id="lebailleur">Le bailleur</h4>
<p><strong>Nom:</strong>aaaa  
<br />
<strong>Nom:</strong>aaa  </p>
@tivie tivie self-assigned this Jan 6, 2017
@tivie
Copy link
Member

tivie commented Jan 6, 2017

verified

@tivie tivie added the bug label Jan 6, 2017
tivie added a commit that referenced this issue Jan 6, 2017
…on-ASCII chars and markdown delimiters

The option simpleLineBreaks was not working with non-ASCII characters such as chinese characters and
when lines started or ended with markdown delimiters such as `*` or `~`

Closes #318, #323
@tivie
Copy link
Member

tivie commented Jan 6, 2017

Related to #318
Should be fixed in latest Develop

@frco9
Copy link
Author

frco9 commented Jan 6, 2017

Great thanks !

@frco9 frco9 closed this as completed Jan 6, 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

2 participants