@@ -266,12 +266,12 @@ if [ -n "${pdf_output}" ]; then
266
266
--filter=mermaid-filter \
267
267
--filter=pandoc-crossref \
268
268
--lua-filter=parse-html.lua \
269
+ --lua-filter=table-rules.lua \
269
270
--resource-path=.:/resources \
270
271
--data-dir=/resources \
271
272
--top-level-division=section \
272
273
--variable=block-headings \
273
274
--variable=numbersections \
274
- --variable=table-use-row-colors \
275
275
--metadata=date-english:" ${DATE_ENGLISH} " \
276
276
--metadata=year:" ${YEAR} " \
277
277
--metadata=titlepage:true \
@@ -280,7 +280,7 @@ if [ -n "${pdf_output}" ]; then
280
280
--metadata=titlepage-rule-height:0 \
281
281
--metadata=colorlinks:true \
282
282
--metadata=contact:
[email protected] \
283
- --from=markdown+implicit_figures+grid_tables+table_captions-citations- markdown_in_html_blocks \
283
+ --from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
284
284
${extra_pandoc_options} \
285
285
--to=pdf \
286
286
" ${build_dir} /${input_file} .3" \
@@ -299,12 +299,12 @@ if [ -n "${latex_output}" ]; then
299
299
--filter=mermaid-filter \
300
300
--filter=pandoc-crossref \
301
301
--lua-filter=parse-html.lua \
302
+ --lua-filter=table-rules.lua \
302
303
--resource-path=.:/resources \
303
304
--data-dir=/resources \
304
305
--top-level-division=section \
305
306
--variable=block-headings \
306
307
--variable=numbersections \
307
- --variable=table-use-row-colors \
308
308
--metadata=date-english:" ${DATE_ENGLISH} " \
309
309
--metadata=year:" ${YEAR} " \
310
310
--metadata=titlepage:true \
@@ -313,7 +313,7 @@ if [ -n "${latex_output}" ]; then
313
313
--metadata=titlepage-rule-height:0 \
314
314
--metadata=colorlinks:true \
315
315
--metadata=contact:
[email protected] \
316
- --from=markdown+implicit_figures+grid_tables+table_captions-citations- markdown_in_html_blocks \
316
+ --from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
317
317
${extra_pandoc_options} \
318
318
--to=latex \
319
319
" ${build_dir} /${input_file} .3" \
@@ -334,7 +334,7 @@ if [ -n "${docx_output}" ]; then
334
334
--lua-filter=parse-html.lua \
335
335
--resource-path=.:/resources \
336
336
--data-dir=/resources \
337
- --from=markdown+implicit_figures+grid_tables+table_captions-citations- markdown_in_html_blocks \
337
+ --from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
338
338
--reference-doc=/resources/templates/tcg_template.docx \
339
339
${extra_pandoc_options} \
340
340
--to=docx \
0 commit comments