@@ -265,6 +265,7 @@ if [ -n "${pdf_output}" ]; then
265
265
--template=eisvogel.latex \
266
266
--filter=mermaid-filter \
267
267
--filter=pandoc-crossref \
268
+ --lua-filter=parse-html.lua \
268
269
--resource-path=.:/resources \
269
270
--data-dir=/resources \
270
271
--top-level-division=section \
@@ -279,7 +280,7 @@ if [ -n "${pdf_output}" ]; then
279
280
--metadata=titlepage-rule-height:0 \
280
281
--metadata=colorlinks:true \
281
282
--metadata=contact:
[email protected] \
282
- --from=markdown+implicit_figures+grid_tables+table_captions-citations \
283
+ --from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks \
283
284
${extra_pandoc_options} \
284
285
--to=pdf \
285
286
" ${build_dir} /${input_file} .3" \
@@ -296,6 +297,7 @@ if [ -n "${latex_output}" ]; then
296
297
--template=eisvogel.latex \
297
298
--filter=mermaid-filter \
298
299
--filter=pandoc-crossref \
300
+ --lua-filter=parse-html.lua \
299
301
--resource-path=.:/resources \
300
302
--data-dir=/resources \
301
303
--top-level-division=section \
@@ -310,7 +312,7 @@ if [ -n "${latex_output}" ]; then
310
312
--metadata=titlepage-rule-height:0 \
311
313
--metadata=colorlinks:true \
312
314
--metadata=contact:
[email protected] \
313
- --from=markdown+implicit_figures+grid_tables+table_captions-citations \
315
+ --from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks \
314
316
${extra_pandoc_options} \
315
317
--to=latex \
316
318
" ${build_dir} /${input_file} .3" \
@@ -327,9 +329,10 @@ if [ -n "${docx_output}" ]; then
327
329
--filter=/resources/filters/info.py \
328
330
--filter=mermaid-filter \
329
331
--filter=pandoc-crossref \
332
+ --lua-filter=parse-html.lua \
330
333
--resource-path=.:/resources \
331
334
--data-dir=/resources \
332
- --from=markdown+implicit_figures+grid_tables+table_captions-citations \
335
+ --from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks \
333
336
--reference-doc=/resources/templates/tcg_template.docx \
334
337
${extra_pandoc_options} \
335
338
--to=docx \
0 commit comments