madflow / flow-netbeans-markdown

Markdown file support for the NetBeans IDE
MIT License
279 stars 40 forks source link

Fails to identify code that is next to each other #130

Open jkost opened 4 years ago

jkost commented 4 years ago

Fails to identify code that is next to each other, e.g. something like this:

for. bash ...

mixes up for with bash as they are in the same block even though they are in different lines. It identifies it correctly in source view but not in Preview!