aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components/modal.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-07-30 08:42:36 +0300
committerXhmikosR <[email protected]>2021-07-30 08:42:36 +0300
commitcdae0fab4ce8b80043f233a13811333e34098e48 (patch)
tree8fbe3d3707dce937e32582317024d374446da5a6 /site/content/docs/5.0/components/modal.md
parentd42755cede5ebf0fd839fc994fda00e59f353bac (diff)
downloadbootstrap-main-xmr-markdownlint.tar.xz
bootstrap-main-xmr-markdownlint.zip
Add missing newlines around fenced codeblocksmain-xmr-markdownlint
Diffstat (limited to 'site/content/docs/5.0/components/modal.md')
-rw-r--r--site/content/docs/5.0/components/modal.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/5.0/components/modal.md
index 56fad0297..7b8902820 100644
--- a/site/content/docs/5.0/components/modal.md
+++ b/site/content/docs/5.0/components/modal.md
@@ -838,6 +838,7 @@ Activate a modal without writing JavaScript. Set `data-bs-toggle="modal"` on a c
```html
<button type="button" data-bs-toggle="modal" data-bs-target="#myModal">Launch modal</button>
```
+
#### Dismiss
{{% js-dismiss "modal" %}}