katana-markdown-engine 0.1.0

Renderer-neutral Markdown document model for the KatanA ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set shell := ["bash", "-uc"]

JOBS := env_var_or_default("JOBS", "2")

export RUSTFLAGS := env_var_or_default("RUSTFLAGS", "-D warnings")

[private]
default: help

# Show available recipes
help:
    @just --list --unsorted

import 'just/quality.just'
import 'just/harness.just'