Skip to content

Commit

Permalink
Use new filter to add lines to tables (#57)
Browse files Browse the repository at this point in the history
* Use new filter to add lines to tables

* Update action.yml
  • Loading branch information
chrisfenner authored Dec 17, 2023
1 parent 2a86aba commit e87caea
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,16 @@ runs:
--template=eisvogel.latex
--filter=mermaid-filter
--filter=pandoc-crossref
--lua-filter=table-rules.lua
--lua-filter=parse-html.lua
--resource-path=.:/resources
--data-dir=/resources
--top-level-division=section
--variable=block-headings
--variable=numbersections
--variable=table-use-row-colors
--metadata=tables-vrules:true
--metadata=tables-hrules:true
--metadata=crossrefYaml:/resources/filters/pandoc-crossref.yaml
--metadata=date-english:"${{ steps.date.outputs.date-english }}"
--metadata=year:"${{ steps.date.outputs.year }}"
--metadata=titlepage:true
Expand All @@ -104,13 +107,16 @@ runs:
--template=eisvogel.latex
--filter=mermaid-filter
--filter=pandoc-crossref
--lua-filter=table-rules.lua
--lua-filter=parse-html.lua
--resource-path=.:/resources
--data-dir=/resources
--top-level-division=section
--variable=block-headings
--variable=numbersections
--variable=table-use-row-colors
--metadata=tables-vrules:true
--metadata=tables-hrules:true
--metadata=crossrefYaml:/resources/filters/pandoc-crossref.yaml
--metadata=date-english:"${{ steps.date.outputs.date-english }}"
--metadata=year:"${{ steps.date.outputs.year }}"
--metadata=titlepage:true
Expand Down

0 comments on commit e87caea

Please sign in to comment.