– # Copyright 2015, 2016, 2017, 2022, 2023 Huub de Beer <Huub@heerdebeer.org> # # This file is part of Paru # # Paru is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Paru is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Paru. If not, see <www.gnu.org/licenses/>. # See pandoc.org/README.html for an overview of all options ++ # In order as listed on pandoc.org/MANUAL.html (version 3) ##### # General options: ##### from: “” read: “” to: “” write: “” output: “” data_dir: “” defaults: “” bash_completion: true verbose: true quiet: true fail_if_warnings: true log: “” list_input_formats: true list_output_formats: true list_extensions: “” list_highlight_languages: true list_highlight_styles: true version: true help: true ##### # General reader options: ##### shift_heading_level_by: 1 base_header_level: 1 strip_empty_paragraphs: true indented_code_classes: “” default_image_extension: “png” file_scope: true filter: [“”] lua_filter: [“”] metadata: [“”] metadata_file: [“”] preserve_tabs: true tab_stop: 4 track_changes: “accept” extract_media: “” abbreviations: “” trace: true ##### # General writing options: ##### standalone: true template: “” variable: [“”] sandbox: true print_default_template: “” print_default_data_file: “” eol: “native” dpi: 96 wrap: “auto” columns: 78 toc: true table_of_contents: true toc_depth: 3 lof: true list_of_figures: true lot: true list_of_tables: true strip_comments: true no_highlight: true highlight_style: “” print_highlight_style: “” syntax_definition: “” include_in_header: [“”] include_before_body: [“”] include_after_body: [“”] resource_path: “” request_header: “” no_check_certificate: true ##### # Options affecting specific writers ##### self_contained: true embed_resources: true link_images: true html_q_tags: true ascii: true reference_links: true reference_location: “block” figure_caption_position: “below” table_caption_position: “above” markdown_headings: “atx” list_tables: true atx_headers: true top_level_division: “section” number_sections: true number_offset: 2 listings: true incremental: true slide_level: 1 section_divs: true email_obfuscation: “none” id_prefix: “” title_prefix: “” css: [“”] reference_doc: “” split_level: 1 chunk_template: “” epub_cover_image: “” epub_title_page: true epub_metadata: “” epub_embed_font: “” epub_chapter_level: 1 epub_subdirectory: “” ipynb_output: “best” pdf_engine: “pdflatex” pdf_engine_opt: [“”] ##### # Citation rendering ##### citeproc: true bibliography: “” csl: “” citation_abbreviations: “” natbib: true biblatex: true ##### # Math rendering in HTML ##### mathjax: “” mathml: true webtex: “” katex: “” gladtex: true ##### # Options for wrapper scripts ##### dump_args: true ignore_args: true