Skip to content

Commit

Permalink
chore: auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored and github-actions[bot] committed Nov 1, 2023
1 parent 6dc0ee9 commit 3473038
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/obsidian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,11 @@ This is a complete list of all of the options that can be passed to
open_notes_in = "current"

-- Optional, set the YAML parser to use. The valid options are:
-- * "native" - uses a pure Lua parser that's fast but not very robust.
-- * "native" - uses a pure Lua parser that's fast but potentially misses some edge cases.
-- * "yq" - uses the command-line tool yq (https://github.com/mikefarah/yq), which is more robust
-- but slower and needs to be installed separately.
-- but much slower and needs to be installed separately.
-- In general you should be using the native parser unless you run into a bug with it, in which
-- case you can temporarily switch to the "yq" parser.
yaml_parser = "native",
}
<
Expand Down

0 comments on commit 3473038

Please sign in to comment.