flow-netbeans-markdown icon indicating copy to clipboard operation
flow-netbeans-markdown copied to clipboard

Markdown file support for the NetBeans IDE

Results 23 flow-netbeans-markdown issues
Sort by recently updated
recently updated
newest added

Dear @madflow and @stengerh , This plugin is really popular among NetBeans users and I would like to ask you the possibility of the source code donation to Apache NetBeans,...

This is not recognized as a code block: ``` cd /var/www/ # Test echo "Test" ``` This works fine: ``` cd /var/www/ # Test echo "Test" ``` It doesn't help...

I use markdown plugin with NB 12.3. When I press button "Preview" then preview is shown but page is always scrolled to bottom in preview. Can it be disabled somehow?...

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...

E.g. a table | Operator | Comment | | ```( )``` | Parentheses | is rendered as | Operator | Comment | | ```( )``` | Parentheses | Unfortunately, this...

On 2016.12.14, [sirthias/pegdown](https://github.com/sirthias/pegdown/) posted a deprecation notice that "pegdown has reached its end of life." The pegdown notice also gives reasons to consider [@vsch's](https://github.com/vsch) [flexmark-java](https://github.com/vsch/flexmark-java) as a replacement.

Pull Request Welcome
Help Wanted

I haven't found a way to reproduce this yet. Maybe this is just on a linux machine.. The NPE occurs when previewing a .md file. Tested with this commit: https://github.com/madflow/flow-netbeans-markdown/commit/88aaafc656f6c3fc5919914f5e3fbc98d7319b64...

Upstream

Even with an empty md file. Product Version: NetBeans IDE 8.0.2 (Build 201411181905)

Upstream

Currently, I have to click 'preview' to see my changes. Could it be made so the preview is shown alongside the markup. Possible as done in the PlantUML plugin: ![image](https://user-images.githubusercontent.com/1150272/31222317-fad6ccf8-a9c6-11e7-9236-af9eebfa0ea1.png)...

Writing on GitHub https://help.github.com/articles/writing-on-github#task-lists

Feature Request
Pull Request Welcome
Pegdown