Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-koehler/pelican-syntax-highlighting
Syntax highlighting for your pelican site using various backends.
https://github.com/f-koehler/pelican-syntax-highlighting
highlighting pelican pelican-plugins python syntax-highlighting
Last synced: about 2 months ago
JSON representation
Syntax highlighting for your pelican site using various backends.
- Host: GitHub
- URL: https://github.com/f-koehler/pelican-syntax-highlighting
- Owner: f-koehler
- Created: 2021-10-15T08:09:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:26:11.000Z (2 months ago)
- Last Synced: 2024-11-02T05:10:00.256Z (about 2 months ago)
- Topics: highlighting, pelican, pelican-plugins, python, syntax-highlighting
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Syntax Highlighting: A Plugin for Pelican
[![Build Status](https://github.com/f-koehler/pelican-syntax-highlighting/actions/workflows/main.yml/badge.svg)](https://github.com/f-koehler/pelican-syntax-highlighting/actions/workflows/main.yml)
[![PyPI Version](https://img.shields.io/pypi/v/pelican-syntax-highlighting)](https://pypi.org/project/pelican-syntax-highlighting/)
![License](https://img.shields.io/pypi/l/pelican-syntax-highlighting?color=blue)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/f-koehler/pelican-syntax-highlighting/main.svg)](https://results.pre-commit.ci/latest/github/f-koehler/pelican-syntax-highlighting/main)Highlight syntax using Prism.js, Highlight.js or Pygments
## Installation
This plugin can be installed via:
python -m pip install pelican-syntax-highlighting
## Usage
<>
## Contributing
Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on [existing issues][].
To start contributing to this plugin, review the [Contributing to Pelican][] documentation, beginning with the **Contributing Code** section.
[existing issues]: https://github.com/f-koehler/pelican-syntax-highlighting/issues
[contributing to pelican]: https://docs.getpelican.com/en/latest/contribute.html## License
This project is licensed under the AGPL-3.0 license.