Added Kindred article
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 35s

This commit is contained in:
2026-03-13 09:40:35 +01:00
parent 6b83044433
commit e91983a390
14 changed files with 2544 additions and 1458 deletions

View File

@@ -6,12 +6,6 @@ import {
} from '@astrojs/markdoc/config';
export default defineMarkdocConfig({
nodes: {
table: {
...nodes.table,
render: component('./src/components/markdoc/Table.astro'),
},
},
tags: {
ElementSymbol: {
render: component('./src/components/content/ElementSymbol.astro'),
@@ -47,6 +41,12 @@ export default defineMarkdocConfig({
credit: { type: String },
},
},
TableWrapper: {
render: component('./src/components/markdoc/TableWrapper.astro'),
attributes: {
variants: { type: Array },
},
},
Sidenote: {
selfClosing: true,
attributes: {