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

python comments in fenced code blocks #86

Closed
mikez opened this issue Apr 25, 2012 · 1 comment
Closed

python comments in fenced code blocks #86

mikez opened this issue Apr 25, 2012 · 1 comment

Comments

@mikez
Copy link

mikez commented Apr 25, 2012

Python comments in fenced code blocks get converted into <h1> ... </h1> blocks.
E.g.:

```
# comment here
a = 10
```

with the fenced-code-block flag generates <h1>comment here</h1>.

trentm added a commit that referenced this issue Apr 26, 2012
@trentm
Copy link
Owner

trentm commented Apr 26, 2012

This'll be in a markdown2 1.4.1 release. Thanks!

@trentm trentm closed this as completed Apr 26, 2012
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

No branches or pull requests

2 participants