Refactored primitives & content.css
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import { defineMarkdocConfig, component } from '@astrojs/markdoc/config';
|
||||
import { defineMarkdocConfig, component, nodes } 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'),
|
||||
|
||||
Reference in New Issue
Block a user