Skip to content

Support CentrMark (.cmk) in Pandoc #11602

@AMDphreak

Description

@AMDphreak

Title: Support CentrMark (.cmk) in Pandoc (custom reader + native inclusion request)

Hi Pandoc team,

I’m requesting support for CentrMark (.cmk), a declarative markup format designed for technical writing and developer documentation. CentrMark keeps the “90% Markdown” feel while adding a uniform directive system (void directives like ::toc, block directives like :::: tabs ... ::::, and inline directives like @badge[color=...](text)).

Repo/spec:

What I’m asking for:

  1. Add an initial custom reader for CentrMark (so users can run: pandoc -f cmk -t html), ideally via Pandoc’s supported custom reader mechanism.
  2. If possible, discuss a path to eventual native inclusion in Pandoc core.

Why custom reader first:

  • It lets the ecosystem integrate immediately while parsing/AST semantics are iterated.
  • It provides a stable on-ramp for downstream toolchains.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions