File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,22 +49,20 @@ $mediaLocation = 1
4949
5050# Specify Pandoc output format and optional extensions in the format
5151#
52- # <format><+extension><-extension>.
52+ # <format><+extension><-extension>
5353#
54- # See: https://pandoc.org/MANUAL.html#options
54+ # See:
55+ # https://pandoc.org/MANUAL.html#options
5556#
56- # Examples:
57- #
58- # org-simple_tables-multiline_tables-grid_tables+pipe_tables
59- # markdown-simple_tables-multiline_tables-grid_tables+pipe_tables
60- #
61- # commonmark+pipe_tables
62- # gfm+pipe_tables
63- # markdown_mmd-simple_tables-multiline_tables-grid_tables+pipe_tables
64- # markdown_phpextra-simple_tables-multiline_tables-grid_tables+pipe_tables
65- # markdown_strict+simple_tables-multiline_tables-grid_tables+pipe_tables
6657# Recommended:
6758# <markup>-simple_tables-multiline_tables-grid_tables+pipe_tables
59+ #
60+ # Important:
61+ # - "markdown" will produce Pandoc markdown, which includes syntax which
62+ # may not be universally supported (eg: image width and height attributes
63+ # https://pandoc.org/MANUAL.html#extension-link_attributes)
64+ # - "markdown_github" will produce GitHub-flavored markdown, fully compatible
65+ # with GitHub and VSCode
6866$conversion = ' org-simple_tables-multiline_tables-grid_tables+pipe_tables'
6967
7068# Specify a custom Markup Pack to override default
You can’t perform that action at this time.
0 commit comments