@@ -288,7 +288,7 @@ if [ -n "${pdf_output}" ]; then
288
288
--metadata=date:" ${DATE} " \
289
289
--metadata=date-english:" ${DATE_ENGLISH} " \
290
290
--metadata=year:" ${YEAR} " \
291
- --from=markdown \
291
+ --from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
292
292
" ${build_dir} /${input_file} " \
293
293
--to=markdown \
294
294
| pandoc \
@@ -331,7 +331,7 @@ if [ -n "${latex_output}" ]; then
331
331
--metadata=date:" ${DATE} " \
332
332
--metadata=date-english:" ${DATE_ENGLISH} " \
333
333
--metadata=year:" ${YEAR} " \
334
- --from=markdown \
334
+ --from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
335
335
" ${build_dir} /${input_file} " \
336
336
--to=markdown \
337
337
| pandoc \
@@ -374,7 +374,7 @@ if [ -n "${docx_output}" ]; then
374
374
--metadata=date:" ${DATE} " \
375
375
--metadata=date-english:" ${DATE_ENGLISH} " \
376
376
--metadata=year:" ${YEAR} " \
377
- --from=markdown \
377
+ --from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
378
378
" ${build_dir} /${input_file} " \
379
379
--to=markdown \
380
380
| pandoc \
@@ -409,7 +409,7 @@ if [ -n "${html_output}" ]; then
409
409
--metadata=date:" ${DATE} " \
410
410
--metadata=date-english:" ${DATE_ENGLISH} " \
411
411
--metadata=year:" ${YEAR} " \
412
- --from=markdown \
412
+ --from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
413
413
" ${build_dir} /${input_file} " \
414
414
--to=markdown \
415
415
| pandoc \
0 commit comments