diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34da0644e85..926292a178e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
# Changelog
-All notable changes to this project will be documented in this file. See
-[standard-version](https://github.com/conventional-changelog/standard-version) for commit
-guidelines.
+> All notable changes to this project will be documented in this file. See
+> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
+> guidelines.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 05071994008..6847c0514c8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing
-ππ First off, thanks for taking the time to contribute! ππ
+> ππ First off, thanks for taking the time to contribute! ππ
## Playground & Issue Reports
diff --git a/docs/markdown/misc/settings/README.md b/docs/markdown/misc/settings/README.md
index 8b466d5a00b..05e3484cdc1 100644
--- a/docs/markdown/misc/settings/README.md
+++ b/docs/markdown/misc/settings/README.md
@@ -1,5 +1,7 @@
# Settings
+> BootstrapVue provides a few options for customizing component default values, and more.
+
## Configuring BootstrapVue defaults
BootstrapVue is pre-configured for the default Bootstrap V4.x configuration. It assumes the
diff --git a/docs/markdown/reference/theming/README.md b/docs/markdown/reference/theming/README.md
index 3bed083507b..6560a024d5a 100644
--- a/docs/markdown/reference/theming/README.md
+++ b/docs/markdown/reference/theming/README.md
@@ -1,7 +1,7 @@
# Theming Bootstrap & BootstrapVue
-Theming is accomplished by Sass variables, Sass maps, and custom CSS. Thereβs no dedicated theme
-stylesheet; instead, you can enable the built-in theme to add gradients, shadows, and more.
+> Theming is accomplished by Sass variables, Sass maps, and custom CSS. Thereβs no dedicated theme
+> stylesheet; instead, you can enable the built-in theme to add gradients, shadows, and more.
While BootstrapVue uses Bootstrap's CSS, certain features of BootstrapVue uses custom CSS (i.e.
stacked tables, etc). Our custom CSS relies on variables defined the Bootstrap V4.x SCSS. The
diff --git a/docs/markdown/reference/validation/README.md b/docs/markdown/reference/validation/README.md
index bb0ae5046f6..6fa5ee7fa7d 100644
--- a/docs/markdown/reference/validation/README.md
+++ b/docs/markdown/reference/validation/README.md
@@ -1,7 +1,7 @@
# Form Validation
-BootstrapVue does not include form validation by default; we leave that up to the many existing form
-validation plugins. Below are some examples of plugins and how they may be integrated.
+> BootstrapVue does not include form validation by default; we leave that up to the many existing
+> form validation plugins. Below are some examples of plugins and how they may be integrated.
## Vuelidate
diff --git a/docs/nuxt.config.js b/docs/nuxt.config.js
index 85224fd4b82..2cd144382ae 100644
--- a/docs/nuxt.config.js
+++ b/docs/nuxt.config.js
@@ -42,6 +42,11 @@ renderer.heading = function(text, level, raw, slugger) {
return `
', '
') +} + // BS4 table support for markdown renderer const originalTable = renderer.table renderer.table = function(header, body) { diff --git a/src/components/collapse/README.md b/src/components/collapse/README.md index c8a14bf1073..9e97ea81afd 100644 --- a/src/components/collapse/README.md +++ b/src/components/collapse/README.md @@ -1,6 +1,6 @@ # Collapse -toggle content visibility on your pages. Includes support for making accordions. +> Esily toggle content visibility on your pages. Includes support for making accordions. ```html