Skip to content

Indented fanced blocks

Latest
Compare
Choose a tag to compare
@vitalk vitalk released this 16 Oct 15:10
  • Detect indented fenced code blocks in gfm;
  • Automatically indent/dedent block when sync changes between buffers;
Markdown list goes here:

- this item has fenced code block

    ```sh
    echo hi
    ```