diff --git a/docs/example_all_false.html b/docs/example_all_false.html index 1382336..a97e08a 100644 --- a/docs/example_all_false.html +++ b/docs/example_all_false.html @@ -2,10 +2,11 @@ - + + Collapse-callout Example @@ -2531,7 +2595,7 @@ .bi-filetype-pptx::before { content: "\f792"; } .bi-filetype-xlsx::before { content: "\f793"; } - + @@ -2544,21 +2608,42 @@
-

Collapse-callout Example

+

Collapse-callout Example

+
+
Author
+
+

Shafayet Khan Shafee

+
+
+
+
Published
+
+

26 Oct, 2022

+
+
+
+
Modified
+
+

09 Feb, 2023

+
+
+
+

View the source code by clicking </> Code on the top right corner.

+

Callout Blocks

@@ -2644,6 +2729,8 @@

More callout blocks

+ +
@@ -2713,6 +2800,57 @@

More callout blocks details > .sourceCode"); + for (let i=0; i .sourceCode"); + const fromCls = show ? "hidden" : "unhidden"; + const toCls = show ? "unhidden" : "hidden"; + for (let i=0; iMore callout blocks + diff --git a/docs/example_all_true.html b/docs/example_all_true.html index 0befb2e..9691650 100644 --- a/docs/example_all_true.html +++ b/docs/example_all_true.html @@ -2,10 +2,11 @@ - + + Collapse-callout Example @@ -2531,7 +2595,7 @@ .bi-filetype-pptx::before { content: "\f792"; } .bi-filetype-xlsx::before { content: "\f793"; } - + @@ -2544,21 +2608,42 @@
-

Collapse-callout Example

+

Collapse-callout Example

+
+
Author
+
+

Shafayet Khan Shafee

+
+
+
+
Published
+
+

26 Oct, 2022

+
+
+
+
Modified
+
+

09 Feb, 2023

+
+
+
+

View the source code by clicking </> Code on the top right corner.

+

Callout Blocks

@@ -2644,6 +2729,8 @@

More callout blocks

+ +
@@ -2713,6 +2800,57 @@

More callout blocks details > .sourceCode"); + for (let i=0; i .sourceCode"); + const fromCls = show ? "hidden" : "unhidden"; + const toCls = show ? "unhidden" : "hidden"; + for (let i=0; iMore callout blocks + diff --git a/docs/example_specific.html b/docs/example_specific.html index 496bc55..f046f76 100644 --- a/docs/example_specific.html +++ b/docs/example_specific.html @@ -2,10 +2,11 @@ - + + Collapse-callout Example @@ -2531,7 +2595,7 @@ .bi-filetype-pptx::before { content: "\f792"; } .bi-filetype-xlsx::before { content: "\f793"; } - + @@ -2544,21 +2608,42 @@
-

Collapse-callout Example

+

Collapse-callout Example

+
+
Author
+
+

Shafayet Khan Shafee

+
+
+
+
Published
+
+

26 Oct, 2022

+
+
+
+
Modified
+
+

09 Feb, 2023

+
+
+
+

View the source code by clicking </> Code on the top right corner.

+

Callout Blocks

@@ -2641,6 +2726,8 @@

More callout blocks

+ +
@@ -2710,6 +2797,57 @@

More callout blocks details > .sourceCode"); + for (let i=0; i .sourceCode"); + const fromCls = show ? "hidden" : "unhidden"; + const toCls = show ? "unhidden" : "hidden"; + for (let i=0; iMore callout blocks + diff --git a/example_all_false.qmd b/example_all_false.qmd index dbe96f6..e3aad0a 100644 --- a/example_all_false.qmd +++ b/example_all_false.qmd @@ -1,15 +1,24 @@ --- title: "Collapse-callout Example" +author: Shafayet Khan Shafee +date: "26 Oct, 2022" +date-modified: last-modified +date-format: "DD MMM, YYYY" filters: - collapse-callout collapse-callout: all: false callout-appearance: simple callout-icon: true -format: html +format: + html: + code-tools: true self-contained: true --- +> View the source code by clicking ` Code` on the top right corner. + + ## Callout Blocks :::{.callout-note} diff --git a/example_all_true.qmd b/example_all_true.qmd index 04a82cb..6fe61bc 100644 --- a/example_all_true.qmd +++ b/example_all_true.qmd @@ -1,15 +1,23 @@ --- title: "Collapse-callout Example" +author: Shafayet Khan Shafee +date: "26 Oct, 2022" +date-modified: last-modified +date-format: "DD MMM, YYYY" filters: - collapse-callout collapse-callout: all: true callout-appearance: simple callout-icon: true -format: html +format: + html: + code-tools: true self-contained: true --- +> View the source code by clicking ` Code` on the top right corner. + ## Callout Blocks :::{.callout-note} diff --git a/example_specific.qmd b/example_specific.qmd index 61317d4..78b19af 100644 --- a/example_specific.qmd +++ b/example_specific.qmd @@ -1,5 +1,9 @@ --- title: "Collapse-callout Example" +author: Shafayet Khan Shafee +date: "26 Oct, 2022" +date-modified: last-modified +date-format: "DD MMM, YYYY" filters: - collapse-callout collapse-callout: @@ -9,10 +13,14 @@ collapse-callout: caution: true callout-appearance: minimal callout-icon: false -format: html +format: + html: + code-tools: true self-contained: true --- +> View the source code by clicking ` Code` on the top right corner. + ## Callout Blocks :::{.callout-note collapse='true'}