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

Fix markdown-cycle issue #76

Merged
merged 1 commit into from
Jan 14, 2016
Merged

Conversation

syohex
Copy link
Collaborator

@syohex syohex commented Jan 13, 2016

Use own outline-show-entry implementation. Because outline-show-entry
uses only header regexp. So it misjudges header like statement, like
comment line of Ruby, in code block. This own implementation searches
header and whether there is in code block.

This is related to part of #75.

Animation gifs are here

Use own outline-show-entry implementation. Because outline-show-entry
uses only header regexp. So it misjudges header like statement, like
comment line of Ruby, in code block. This own implementation searches
header and whether there is in code block.
@jrblevin jrblevin merged commit 5438665 into jrblevin:master Jan 14, 2016
@syohex syohex deleted the cycle-code-block branch January 14, 2016 02: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.

2 participants