Home / File/ markdoc.config.ts — astro Source File

markdoc.config.ts — astro Source File

Architecture documentation for markdoc.config.ts, a typescript file in the astro codebase. 1 imports, 0 dependents.

File typescript 1 imports

Entity Profile

Dependency Diagram

graph LR
  96327051_2fda_9a4e_5fcb_068f2115df0b["markdoc.config.ts"]
  4bbafc49_8177_60b9_fc06_09421d5c26da["config"]
  96327051_2fda_9a4e_5fcb_068f2115df0b --> 4bbafc49_8177_60b9_fc06_09421d5c26da
  style 96327051_2fda_9a4e_5fcb_068f2115df0b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { component, defineMarkdocConfig } from '@astrojs/markdoc/config';

export default defineMarkdocConfig({
	tags: {
		aside: {
			render: component('./src/components/Aside.astro'),
			attributes: {
				type: { type: String },
				title: { type: String },
			},
		},
		mark: {
			render: component('./src/components/Mark.astro'),
			attributes: {
				color: { type: String },
			},
		},
	},
})

Dependencies

  • config

Frequently Asked Questions

What does markdoc.config.ts do?
markdoc.config.ts is a source file in the astro codebase, written in typescript.
What does markdoc.config.ts depend on?
markdoc.config.ts imports 1 module(s): config.
Where is markdoc.config.ts in the architecture?
markdoc.config.ts is located at packages/integrations/markdoc/test/fixtures/render-html/markdoc.config.ts (directory: packages/integrations/markdoc/test/fixtures/render-html).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free