Skip to content

Commit

Permalink
Convert using --dangerous flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeinhardt committed Apr 19, 2024
1 parent 476565b commit 5a78e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/maxdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function! s:convert() abort
let cmd = s:cmd

let args = [
\ '--dangerous',
\ '--template', shellescape(s:path . '/src/minimal-template.html'),
\ '--title', shellescape(expand('%:t')),
\ '-',
Expand Down

0 comments on commit 5a78e74

Please sign in to comment.