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

Insert whitespace at most once with multpile emphasis #333

Merged
merged 6 commits into from
May 5, 2021

Conversation

EdwardJRoss
Copy link
Contributor

Resolves #332

Multiple kinds of tags should behave similarly whether they are
preceeded by whitespace or not.
Whitespace needs to be inserted when it's not preceeding a type of
emphasis. When there are multiple types of emphasis this should only
be added once.
When an extra space is output for an emphasis tag then there is
effectively an extra space in the preceding data.
Append this space instead of clobbering the existing data.
@coveralls
Copy link

coveralls commented Aug 4, 2020

Coverage Status

Coverage increased (+0.2%) to 97.039% when pulling ebfd3e5 on EdwardJRoss:master into 4235c1a on Alir3z4:master.

EdwardJRoss and others added 2 commits August 5, 2020 00:06
Having no path in isort was leading to errors when running tests.
Add isort change in existing code.
@Alir3z4 Alir3z4 merged commit f0d83e2 into Alir3z4:master May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error converting bold and italics after a non-space.
3 participants