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

Emphasis and "the rule of three" #107

Closed
mity opened this issue Feb 16, 2020 · 1 comment
Closed

Emphasis and "the rule of three" #107

mity opened this issue Feb 16, 2020 · 1 comment
Labels

Comments

@mity
Copy link
Owner

mity commented Feb 16, 2020

The following input:

***foo *bar baz***

is currently translated to

<p>***foo <em>bar baz</em>**</p>

However it should really be

<p>*<strong>foo <em>bar baz</em></strong></p>

Rationale: The rule of three does not apply when both the opening and closing delimiter run have the lengths which are multiplies of three.

@mity mity added the bug label Feb 16, 2020
@mity
Copy link
Owner Author

mity commented Feb 16, 2020

This seems to be related to #98: Its fix seems to be incomplete.

@mity mity closed this as completed in 5d7c359 Feb 16, 2020
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

1 participant