diff --git a/build/loaders/md-renderer.js b/build/loaders/md-renderer.js index 071043415..b34ab24f7 100644 --- a/build/loaders/md-renderer.js +++ b/build/loaders/md-renderer.js @@ -6,7 +6,7 @@ function createRenderer (wrapCodeWithCard = true) { const overrides = { table (header, body) { if (body) body = '
' + body + '' - return '${highlighted}
diff --git a/demo/styles/demo.css b/demo/styles/demo.css
index cb987474a..41046aa0b 100644
--- a/demo/styles/demo.css
+++ b/demo/styles/demo.css
@@ -28,11 +28,19 @@ body {
max-width: 680px;
}
-.api-table .n-table__td:nth-child(1) {
+.md-table .n-table__td:nth-child(1) {
font-size: 13px !important;
font-family: v-mono, monospace;
}
-.api-table .n-text.n-text--code {
+.md-table .n-text.n-text--code {
font-size: 13px !important;
+}
+
+.md-card {
+ margin-bottom: 16px;
+}
+
+.md-table {
+ margin-bottom: 16px;
}
\ No newline at end of file