diff --git a/scripts/quarto-tester-2.md b/scripts/quarto-tester-2.md index b7efa489..0ad7c078 100644 --- a/scripts/quarto-tester-2.md +++ b/scripts/quarto-tester-2.md @@ -1,6 +1,6 @@ --- title: "Quarto tester" -format: html +format: docx keep-md: true --- @@ -40,11 +40,16 @@ Reference to @tbl-hux. ```{.r .cell-code} library(huxtable) -jams +flextable::flextable(mtcars[1:2,1:2]) ``` ::: {.cell-output-display} -preservedeb033b68d6f0d28 + +``````{=openxml} + +header1mpgcylbody1216body2216 +`````` + ::: ::: @@ -63,7 +68,12 @@ jams ``` ::: {.cell-output-display} -preserve8bc75f07408f7a68 + +``````{=openxml} + +body1TypePricebody2Strawberry1.90body3Raspberry2.10body4Plum1.80 +`````` + ::: ::: @@ -83,7 +93,12 @@ jams ``` ::: {.cell-output-display} -preserveab4086e45a1ec6e7 + +``````{=openxml} + +body1TypePricebody2Strawberry1.90body3Raspberry2.10body4Plum1.80 +`````` + ::: ::: @@ -108,6 +123,11 @@ jams |> ``` ::: {.cell-output-display} -preservee8a3d87a45ea262f + +``````{=openxml} + +body1TypePricebody2Strawberry1.90body3Raspberrybody4Plum1.80 +`````` + ::: ::: diff --git a/scripts/quarto-tester-2.qmd b/scripts/quarto-tester-2.qmd index 606de750..55951109 100644 --- a/scripts/quarto-tester-2.qmd +++ b/scripts/quarto-tester-2.qmd @@ -1,6 +1,6 @@ --- title: "Quarto tester" -format: html +format: docx keep-md: true --- @@ -24,7 +24,7 @@ Reference to @tbl-hux. #| tbl-cap: "Huxtable Jams" #| label: tbl-hux library(huxtable) -jams +flextable::flextable(mtcars[1:2,1:2]) ```