Added Kindred article
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 35s
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 35s
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user