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

Fixed codeblock starting with number #7

Merged
merged 1 commit into from May 12, 2013

Conversation

ndpar
Copy link

@ndpar ndpar commented May 12, 2013

The HEAD of erlmarkdown shows incorrectly the code blocks that start with a number, e.g.

def positive = {
    0 < it
}

is shown as

def positive = {

0 < it

}

This pull request fixes the issue.

@jwilberding
Copy link
Member

@ndpar Thanks for the patch!

jwilberding added a commit that referenced this pull request May 12, 2013
Fixed codeblock starting with number
@jwilberding jwilberding merged commit 54ecd75 into erlware:master May 12, 2013
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

2 participants