From 414aad8b79c787f8f1e60221191dafa4e3d1d0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sat, 4 May 2024 14:14:58 +0200 Subject: [PATCH] fix: rm headings in layout (#6) --- example.qmd | 8 -------- 1 file changed, 8 deletions(-) diff --git a/example.qmd b/example.qmd index fe7987c..1c9c774 100644 --- a/example.qmd +++ b/example.qmd @@ -48,8 +48,6 @@ Then you can use the span syntax markup to highlight text in your document. ::: {.content-hidden when-format="pptx"} :::: {layout-ncol="2"} ::::: {#UK} -### United Kingdom Spellings - ```markdown [Red text]{colour="#b22222"} ``` @@ -72,8 +70,6 @@ Then you can use the span syntax markup to highlight text in your document. ::::: ::::: {#US} -### United States Spellings - ```markdown [Blue text]{color="#0000FF"} ``` @@ -100,8 +96,6 @@ Then you can use the span syntax markup to highlight text in your document. ::: {.content-visible when-format="pptx"} :::: {.columns} ::::: {.column width="50%"} -### United Kingdom Spellings - ```markdown [Red text]{colour="#b22222"} ``` @@ -124,8 +118,6 @@ Then you can use the span syntax markup to highlight text in your document. ::::: ::::: {.column width="50%"} -### United States Spellings - ```markdown [Blue text]{color="#0000FF"} ```