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

[Breaking] Support underscores for emphasis #42

Merged
merged 1 commit into from
Jan 8, 2021
Merged

Conversation

leebyron
Copy link
Owner

@leebyron leebyron commented Jan 8, 2021

Since GFM supports underscores for emphasis, we can do that here as well. Factored out of #31.

Note that this is breaking since previously if you have ambiguous underscores in open text that it may create a syntax error or italicize text. To correct this replace _ with \_.

Since GFM supports underscores for emphasis, we can do that here as well. Factored out of #31.

Note that this is breaking since previously if you have ambiguous underscores in open text that it may create a syntax error or italicize text. To correct this replace `_` with `\_`.
@leebyron leebyron merged commit b8c3e52 into master Jan 8, 2021
@leebyron leebyron deleted the underscore-emphasis branch January 8, 2021 20:18
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.

None yet

1 participant