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

# comments in code blocks treated as headers by Outline view #67

Open
JensPiegsa opened this issue Aug 3, 2016 · 1 comment
Open

# comments in code blocks treated as headers by Outline view #67

JensPiegsa opened this issue Aug 3, 2016 · 1 comment

Comments

@JensPiegsa
Copy link
Contributor

JensPiegsa commented Aug 3, 2016

A Markdown file containing:

# SETUP

``` sh
# generate private key
openssl genrsa -out key.pem 4096
```

results in Outline view:

  • SETUP
  • generate private key

but should only show:

  • SETUP
JensPiegsa added a commit to JensPiegsa/Eclipse-Markdown-Editor-Plugin that referenced this issue Aug 3, 2016
winterstein added a commit that referenced this issue Aug 3, 2016
@paulvi
Copy link
Collaborator

paulvi commented Aug 4, 2016

This is for GFM, and is now fixed with #68

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