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

Org reader: Fix emphasis rules for smart parsing #2525

Merged
merged 1 commit into from
Nov 13, 2015

Conversation

tarleb
Copy link
Collaborator

@tarleb tarleb commented Nov 13, 2015

Smart quotes, ellipses, and dashes should behave like normal quotes,
single dashes, and dots with respect to text markup parsing. The parser
state was not updated properly in all cases, which has been fixed.

Thanks to @conklech for reporting this issue.

This fixes #2513.

Smart quotes, ellipses, and dashes should behave like normal quotes,
single dashes, and dots with respect to text markup parsing.  The parser
state was not updated properly in all cases, which has been fixed.

Thanks to @conklech for reporting this issue.

This fixes jgm#2513.
jgm added a commit that referenced this pull request Nov 13, 2015
Org reader: Fix emphasis rules for smart parsing
@jgm jgm merged commit 028a605 into jgm:master Nov 13, 2015
@tarleb tarleb deleted the org-smart-fixes branch November 13, 2015 21:12
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.

Org parser fails with "/italics in quotes/"
2 participants