Browse Source

Prefer cmark for mdvimb

On Fedora, commonmark is from nodejs-commonmark, which is long-term
broken.
Alois Mahdal 2 years ago
parent
commit
4923f431e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

@@ -683,7 +683,7 @@ export NEATY=color
683 683
 export PRETTY=color
684 684
 export PRETTY_DEBUG_EXCLUDE=inigrep
685 685
 
686
-export MDVIMB__CONVERTER=commonmark
686
+export MDVIMB__CONVERTER=cmark
687 687
 export MDVIMB__STYLE=darkzen    # pergamen
688 688
 
689 689
 #shellcheck disable=SC2034