docs-pipeline 0.1.4

Markdown rendering and tree-sitter syntax highlighting pipeline for documentation sites
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# docs-pipeline

[![docs.rs](https://docs.rs/docs-pipeline/badge.svg)](https://docs.rs/docs-pipeline)
[![crates.io](https://img.shields.io/crates/v/docs-pipeline.svg)](https://crates.io/crates/docs-pipeline)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE)

Markdown rendering and tree-sitter syntax highlighting pipeline for documentation sites.

## Installation

```toml
[dependencies]
docs-pipeline = "0.1"
```

## License

Dual-licensed under MIT or Apache-2.0.