A Zig library for parsing and formatting BBCode.
✅ BBCode parsing
- Markdown formatting (WIP)
- HTML formatting
Add bbcodez to your Zig project
zig fetch --save git+https://github.com/gdzig/bbcodez.gitSee: https://gdzig.github.io/bbcodez/
zig build # Build library
zig build test # Run tests
zig build docs # Generate documentationThis project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.