Skip to content

Commit

Permalink
docs: Remove trailing space in default config table
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-harris authored and jakewvincent committed Jun 13, 2024
1 parent ff86169 commit f10310d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,14 +427,14 @@ require('mkdnflow').setup({
cmp = false
},
filetypes = {md = true, rmd = true, markdown = true},
create_dirs = true,
create_dirs = true,
perspective = {
priority = 'first',
fallback = 'current',
root_tell = false,
nvim_wd_heel = false,
update = false
},
},
wrap = false,
bib = {
default_path = nil,
Expand Down

0 comments on commit f10310d

Please sign in to comment.