An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Aethermark](https://raw.githubusercontent.com/aethermark/aethermark/refs/heads/main/favicon.png)

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

![tests](https://github.com/aethermark/aethermark/actions/workflows/test.yml/badge.svg)
[![PyPI Version](https://img.shields.io/pypi/v/aethermark)](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.