Skip to content

Commit

Permalink
Merge pull request preservim#433 from nstickney/master
Browse files Browse the repository at this point in the history
document `conceal_code_blocks` in README.md
  • Loading branch information
shirosaki authored Jun 5, 2019
2 parents fa52c90 + 342f99b commit 33cf989
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,13 @@ set conceallevel=2
To disable conceal regardless of `conceallevel` setting, add the following to your `.vimrc`:

```vim
let g:vim_markdown_conceal = 0
let g:vim_markdown_conceal = 0
```

Disabling conceal for code fences requires an additional setting:

```vim
let g:vim_markdown_conceal_code_blocks = 0
```

To disable math conceal with LaTeX math syntax enabled, add the following to your `.vimrc`:
Expand Down

0 comments on commit 33cf989

Please sign in to comment.