diff --git a/docs/src/demos/Examples/Book/index.vue b/docs/src/demos/Examples/Book/index.vue index 44b31291e..1e3a53b53 100644 --- a/docs/src/demos/Examples/Book/index.vue +++ b/docs/src/demos/Examples/Book/index.vue @@ -109,6 +109,15 @@ export default { padding: 0 1rem; } + h1, + h2, + h3, + h4, + h5, + h6 { + line-height: 1.1; + } + code { background-color: rgba(#616161, 0.1); color: #616161; diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index bba1e2ace..5f9627836 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -265,6 +265,15 @@ export default { padding: 0 1rem; } + h1, + h2, + h3, + h4, + h5, + h6 { + line-height: 1.1; + } + code { background-color: rgba(#616161, 0.1); color: #616161; diff --git a/docs/src/demos/Examples/Community/index.vue b/docs/src/demos/Examples/Community/index.vue index d64d4a4f9..b7bcf2234 100644 --- a/docs/src/demos/Examples/Community/index.vue +++ b/docs/src/demos/Examples/Community/index.vue @@ -147,6 +147,15 @@ export default { > * + * { margin-top: 0.75em; } + + h1, + h2, + h3, + h4, + h5, + h6 { + line-height: 1.1; + } } .mention { diff --git a/docs/src/demos/Examples/Default/index.vue b/docs/src/demos/Examples/Default/index.vue index b3bb81149..1f0bd869c 100644 --- a/docs/src/demos/Examples/Default/index.vue +++ b/docs/src/demos/Examples/Default/index.vue @@ -139,6 +139,15 @@ export default { padding: 0 1rem; } + h1, + h2, + h3, + h4, + h5, + h6 { + line-height: 1.1; + } + code { background-color: rgba(#616161, 0.1); color: #616161; diff --git a/docs/src/demos/Examples/Formatting/index.vue b/docs/src/demos/Examples/Formatting/index.vue index 0e795b820..6c1b48a7f 100644 --- a/docs/src/demos/Examples/Formatting/index.vue +++ b/docs/src/demos/Examples/Formatting/index.vue @@ -124,6 +124,15 @@ export default { padding: 0 1rem; } + h1, + h2, + h3, + h4, + h5, + h6 { + line-height: 1.1; + } + code { background-color: rgba(#616161, 0.1); color: #616161; diff --git a/docs/src/demos/Examples/MarkdownShortcuts/index.vue b/docs/src/demos/Examples/MarkdownShortcuts/index.vue index 590621786..8f55d2ae4 100644 --- a/docs/src/demos/Examples/MarkdownShortcuts/index.vue +++ b/docs/src/demos/Examples/MarkdownShortcuts/index.vue @@ -65,6 +65,15 @@ export default { padding: 0 1rem; } + h1, + h2, + h3, + h4, + h5, + h6 { + line-height: 1.1; + } + code { background-color: rgba(#616161, 0.1); color: #616161; diff --git a/docs/src/demos/Examples/Tables/index.vue b/docs/src/demos/Examples/Tables/index.vue index 07288eaf5..8e89ac387 100644 --- a/docs/src/demos/Examples/Tables/index.vue +++ b/docs/src/demos/Examples/Tables/index.vue @@ -4,56 +4,56 @@ insertTable -