cmark-writer-0.1.2 has been yanked.
cmark-writer
A CommonMark writer implementation in Rust.
Usage
Basic Example
use ;
use CommonMarkWriter;
Custom Formatting Options
You can customize the formatting behavior:
use ;
use Node;
// Create custom options
let options = WriterOptions ;
// Create writer with custom options
let mut writer = with_options;
writer.write.unwrap;
API Documentation
Core Types
Node- Represents various CommonMark node typesListItem- Represents list items, including task list itemsCommonMarkWriter- Converts nodes to CommonMark textWriterOptions- Customization options for the writer
Development
Building
Running Tests
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.