Eclipse-Markdown-Editor-Plugin icon indicating copy to clipboard operation
Eclipse-Markdown-Editor-Plugin copied to clipboard

# comments in code blocks treated as headers by Outline view

Open JensPiegsa opened this issue 8 years ago • 1 comments

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 avatar Aug 03 '16 09:08 JensPiegsa

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

paulvi avatar Aug 04 '16 15:08 paulvi