

import { Card, Cards } from 'fumadocs-ui/components/card';

How datamark compares to other approaches for structured Markdown parsing and document formats.

<Cards>
  <Card title="Raw Frontmatter" description="Parsing frontmatter manually with regex or YAML libraries" href="/compare/raw-frontmatter" />

  <Card title="JSON Schema" description="Describing document structure with JSON Schema vs. generator functions" href="/compare/json-schema" />

  <Card title="Remark Plugins" description="Using the unified/remark ecosystem for AST transformation" href="/compare/remark-plugins" />
</Cards>
