mdforge 0.1.0

Define, validate, and render typed Markdown extensions for LLM-generated content.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
repos:
  - repo: local
    hooks:
      - id: cargo-fmt
        name: cargo fmt
        entry: cargo fmt --all -- --check
        language: system
        pass_filenames: false
      - id: cargo-clippy
        name: cargo clippy
        entry: cargo clippy --all-targets --all-features -- -D warnings
        language: system
        pass_filenames: false