idea-markdown icon indicating copy to clipboard operation
idea-markdown copied to clipboard

Multi-level list are rendered as a single flat-list (v0.8.2)

Open raphael-riel opened this issue 12 years ago • 2 comments
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!

raphael-riel avatar Dec 14 '12 14:12 raphael-riel

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)

JaSpr avatar Oct 13 '14 19:10 JaSpr

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.

nicoulaj avatar May 22 '16 11:05 nicoulaj