Skip to content

Commit

Permalink
updated docs with code-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
shafayetShafee committed Feb 9, 2023
1 parent 9358118 commit 56e11cc
Show file tree
Hide file tree
Showing 6 changed files with 626 additions and 15 deletions.
203 changes: 199 additions & 4 deletions docs/example_all_false.html

Large diffs are not rendered by default.

202 changes: 198 additions & 4 deletions docs/example_all_true.html

Large diffs are not rendered by default.

205 changes: 201 additions & 4 deletions docs/example_specific.html

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion example_all_false.qmd
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
10 changes: 9 additions & 1 deletion example_all_true.qmd
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
10 changes: 9 additions & 1 deletion example_specific.qmd
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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'}
Expand Down

0 comments on commit 56e11cc

Please sign in to comment.