Monaco-editor: Implement folding provider for markdown

Created on 1 Jun 2018  路  1Comment  路  Source: microsoft/monaco-editor


monaco-editor version: 0.13.1

      this.editor = window.monaco.editor.create(window.document.getElementById('editor'), {
        value: this.value,
        language: 'markdown',
        theme: 'vs-dark',
        fontSize: '20',
        folding: true
      })

not work :(

feature-request

Most helpful comment

Markdown support might not be complete in the Monaco Editor. You can try looking at this file for inspiration I suppose.

>All comments

Markdown support might not be complete in the Monaco Editor. You can try looking at this file for inspiration I suppose.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fdeitelhoff picture fdeitelhoff  路  24Comments

jayspadie picture jayspadie  路  16Comments

tylerlong picture tylerlong  路  17Comments

akosyakov picture akosyakov  路  16Comments

spahnke picture spahnke  路  26Comments