intent-render 0.1.0

Markdown and HTML renderer for IntentLang specifications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "intent-render"
description = "Markdown and HTML renderer for IntentLang specifications"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
intent-parser = { path = "../intent-parser", version = "0.1.0" }