Refactored primitives & content.css

This commit is contained in:
2026-03-03 13:58:20 +01:00
parent b8544011d4
commit ea0f471fd3
26 changed files with 1357 additions and 1310 deletions

View File

@@ -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'),