Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
add support for raw_html for pandoc
  • Loading branch information
chrisfenner authored Dec 16, 2023
1 parent d1248c5 commit ce95c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
--metadata=titlepage-rule-height:0
--metadata=colorlinks:true
--metadata=contact:[email protected]
--from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--from=markdown+raw_html+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--to=pdf
${{ inputs.input-md }}
--output=${{ inputs.output-pdf }}
Expand Down Expand Up @@ -119,7 +119,7 @@ runs:
--metadata=titlepage-rule-height:0
--metadata=colorlinks:true
--metadata=contact:[email protected]
--from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--from=markdown+raw_html+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--to=latex
${{ inputs.input-md }}
--output=${{ inputs.output-tex }}
Expand All @@ -140,7 +140,7 @@ runs:
--lua-filter=parse-html.lua
--resource-path=.:/resources
--data-dir=/resources
--from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--from=markdown+raw_html+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--reference-doc=/resources/templates/tcg_template.docx
--to=docx
${{ inputs.input-md }}
Expand Down

0 comments on commit ce95c0d

Please sign in to comment.