Skip to content

Commit

Permalink
Rename default files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutant committed Nov 24, 2024
1 parent 59a49c3 commit 095afa1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example-pandoc/defaults_man.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Pandoc defaults for example output embedded in the docs
verbosity: ERROR
input-files:
- example-pandoc/example.md
standalone: true
filters:
- {type: lua, path: labelled-lists.lua}

# Metadata to be parsed as Markdown must be provided in a
# separate file. See <https://pandoc.org/MANUAL.html#reader-options-1>
#
# metadata-file: ${.}/website_meta.yaml
11 changes: 11 additions & 0 deletions example-pandoc/defaults_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Test defaults

verbosity: ERROR
input-files:
- ${.}/example.md
standalone: true
filters:
- {type: lua, path: labelled-lists.lua}
# Metadata must be provided in a separate file to be parsed
# as Markdown <https://pandoc.org/MANUAL.html#reader-options-1>
# metadata-file: ${.}/example_meta.yaml

0 comments on commit 095afa1

Please sign in to comment.