
import { Card, CardGrid } from '@astrojs/starlight/components';

## About Sciquill

Sciquill is a web application for authoring scientific documents. It uses [markmeld](/markmeld/introduction/) under the hood to render markdown and YAML content into publication-ready PDFs.

## Components

<CardGrid>
	<Card title="Markmeld" icon="document" href="/markmeld/introduction/">
		The `mm` command melds markdown content with Jinja templates to produce documents via pandoc.
	</Card>
	<Card title="Pandoc Filters" icon="setting" href="/filters/figczar/">
		Custom Lua filters for figure management, change tracking, and citation handling.
	</Card>
</CardGrid>
