Skip to content

Support bitbucket format of fenced blocks

Compare
Choose a tag to compare
@vitalk vitalk released this 16 Oct 15:06
· 8 commits to master since this release

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

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