Skip to content

Releases: vitalk/vim-fancy

Indented fanced blocks

16 Oct 15:10
Compare
Choose a tag to compare
  • 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
    ```

Support bitbucket format of fenced blocks

16 Oct 15:06
Compare
Choose a tag to compare

This release adds support of bitbucket fenced code blocks in markdown (#2).

```
#!python
def echo():
    pass
```

Fenced block configuration

31 Aug 15:53
Compare
Choose a tag to compare

Add support of custom fenced block per filetype, and allow to refine existing rules via vimrc.

Shorten repository name

30 Aug 14:17
Compare
Choose a tag to compare

Use more short and fancy name for repository.

Proof of Concept

30 Aug 14:14
Compare
Choose a tag to compare

Fenced code blocks as it should be.