cmarkfmt 0.1.2

A library for formatting CommonMark
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.pulldown-cmark]
version = "0.9.2"

[package]
authors = ["Ryan Fowler"]
categories = ["development-tools", "encoding", "parsing"]
description = "A library for formatting CommonMark"
edition = "2021"
keywords = ["markdown", "commonmark", "cmark", "format", "formatter"]
license = "MIT"
name = "cmarkfmt"
readme = "README.md"
repository = "https://github.com/ryanfowler/cmarkfmt"
version = "0.1.2"