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

Issue 146 #161

Merged
merged 2 commits into from May 6, 2015
Merged

Issue 146 #161

merged 2 commits into from May 6, 2015

Conversation

rtfb
Copy link
Collaborator

@rtfb rtfb commented Apr 7, 2015

A fix for #146 and a little cleanup of random surrounding code.

rtfb added 2 commits April 7, 2015 21:58
The problem was in a loop that skipped the optional closing hashes in a
heading like this:

    ### This is an H3 ###

Now it checks to see if a hash is escaped and if it is, treats it as a
rightmost character of the heading text, like this:

    ### This is an H3 #\##   ==>   ### This is an H3 ##

Fixes issue russross#146.
Replace them with helper function calls.
rtfb added a commit that referenced this pull request May 6, 2015
@rtfb rtfb merged commit c6be4fa into russross:master May 6, 2015
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