From d6846b22c40eaefd30fa2f7b2ca08532087cb1c2 Mon Sep 17 00:00:00 2001 From: shafayetShafee Date: Sun, 29 Jan 2023 21:23:51 +0600 Subject: [PATCH] added example with general attrs --- README.md | 6 ++++++ example.qmd | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e15d1..7d237eb 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,12 @@ All of the above callout types has the following [four general attributes](https - `appearance`: `default`, `minimal` or `simple` - `icon`: `true` or `false` +And we can specify them as, for example, + +``` +::: {.gist user=tarleb gist_id=852f6ae98764bea56aeeac979f3c17be collapse=false appearance=simple icon=false caption="Lua Demo"} +::: +``` ## Example diff --git a/example.qmd b/example.qmd index 17a0c99..346b585 100644 --- a/example.qmd +++ b/example.qmd @@ -21,7 +21,7 @@ filters: ### Mastodon -::: {.mastodon url="https://fosstodon.org/@pandoc/109712438144865859"} +::: {.mastodon url="https://fosstodon.org/@pandoc/109712438144865859" } :::