idea-markdown
idea-markdown copied to clipboard
Multi-level list are rendered as a single flat-list (v0.8.2)
trafficstars
Code:
* List A
* List B
* ListB1
* ListB2
* List C
Should render like GitHub's:
- List A
- List B
- ListB1
- ListB2
- List C
But will be presented as a flat list under IDEA:
- List A
- List B
- ListB1
- ListB2
- List C
Thanks!
Also this style is broken:
.
+-- Gruntfile.js - Stores the instructions for grunt build
+-- package.json - Stores the list of packages for NPM to download
+-- bower.json - Stores the list of packages for Bower to download
+-- src/
| +-- index.hbs - main handlebars wrapper (can accept php)
| +-- templates/ - all handlebars templates for use in game, except index.hbs
| +-- assets/
| | +-- scripts/ - TypeScript source files
| | +-- scss/ - Sass source files
| | +-- media/ - image/audio source files
| | +-- vendor/ - JS files provided by bower
| | +-- data/toJavaScript
| | | +-- matchingGameText.json - All game copy divided by promotion stage and page
| | | +-- * (other files) - instructions for animations (frame by frame)
Notice: This plugin is no more maintained and it has been removed from Jetbrains plugins repository. There is a Markdown plugin officially supported by Jetbrains.