https://github.com/aethermark/aethermark
Aethermark is a high-performance, extensible Markdown parser and renderer built with pybind11
https://github.com/aethermark/aethermark
cpp markdown parsing pybind11 python3
Last synced: about 2 months ago
JSON representation
Aethermark is a high-performance, extensible Markdown parser and renderer built with pybind11
- Host: GitHub
- URL: https://github.com/aethermark/aethermark
- Owner: aethermark
- License: mit
- Created: 2025-04-01T16:34:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T11:35:16.000Z (about 1 year ago)
- Last Synced: 2025-04-13T06:32:00.326Z (about 1 year ago)
- Topics: cpp, markdown, parsing, pybind11, python3
- Language: C++
- Homepage: https://aethermark.dev
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# [Aethermark](https://aethermark.dev)

[](https://pypi.org/project/aethermark/)
Aethermark is a high-performance, extensible Markdown parser and renderer built with `pybind11`. It introduces **Aethermark-Flavored Markdown (AFM)**, a custom dialect that enhances standard Markdown with additional features and improved rendering capabilities.
## Features
- **Optimized Performance**: Leverages `pybind11` for efficient execution.
- **Custom Dialect (AFM)**: Extends Markdown with additional syntax and enhancements.
- **Accurate Rendering**: Provides precise and consistent Markdown output.
## Installation
You can install Aethermark directly from PyPI:
```sh
pip install aethermark
```
## Usage
// TODO: Add code snippet here.
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests on [GitHub](https://github.com/aethermark/aethermark). Refer to the [Contribution Guide](CONTRIBUTING.md)
## License
Aethermark is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.