Skip to content

Commit c14429e

Browse files
committed
fix html tables
1 parent a827fc5 commit c14429e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ if [ -n "${pdf_output}" ]; then
288288
--metadata=date:"${DATE}" \
289289
--metadata=date-english:"${DATE_ENGLISH}" \
290290
--metadata=year:"${YEAR}" \
291-
--from=markdown \
291+
--from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
292292
"${build_dir}/${input_file}" \
293293
--to=markdown \
294294
| pandoc \
@@ -331,7 +331,7 @@ if [ -n "${latex_output}" ]; then
331331
--metadata=date:"${DATE}" \
332332
--metadata=date-english:"${DATE_ENGLISH}" \
333333
--metadata=year:"${YEAR}" \
334-
--from=markdown \
334+
--from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
335335
"${build_dir}/${input_file}" \
336336
--to=markdown \
337337
| pandoc \
@@ -374,7 +374,7 @@ if [ -n "${docx_output}" ]; then
374374
--metadata=date:"${DATE}" \
375375
--metadata=date-english:"${DATE_ENGLISH}" \
376376
--metadata=year:"${YEAR}" \
377-
--from=markdown \
377+
--from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
378378
"${build_dir}/${input_file}" \
379379
--to=markdown \
380380
| pandoc \
@@ -409,7 +409,7 @@ if [ -n "${html_output}" ]; then
409409
--metadata=date:"${DATE}" \
410410
--metadata=date-english:"${DATE_ENGLISH}" \
411411
--metadata=year:"${YEAR}" \
412-
--from=markdown \
412+
--from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks \
413413
"${build_dir}/${input_file}" \
414414
--to=markdown \
415415
| pandoc \

0 commit comments

Comments
 (0)