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

andreymarchenko picture andreymarchenko  路  3Comments

PinkyJie picture PinkyJie  路  3Comments

akosyakov picture akosyakov  路  3Comments

inf9144 picture inf9144  路  3Comments

fabiospampinato picture fabiospampinato  路  3Comments