Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-koehler/code2html
Small JS library to render code to HTML using various backends.
https://github.com/f-koehler/code2html
highlightjs html javascript prismjs pygments syntax-highlighting
Last synced: 8 days ago
JSON representation
Small JS library to render code to HTML using various backends.
- Host: GitHub
- URL: https://github.com/f-koehler/code2html
- Owner: f-koehler
- License: mit
- Created: 2021-10-16T22:28:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T17:26:11.000Z (13 days ago)
- Last Synced: 2024-11-02T18:26:04.545Z (13 days ago)
- Topics: highlightjs, html, javascript, prismjs, pygments, syntax-highlighting
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# code2html
[![Node.js CI](https://github.com/f-koehler/code2html/actions/workflows/node.js.yml/badge.svg)](https://github.com/f-koehler/code2html/actions/workflows/node.js.yml)
[![npm](https://img.shields.io/npm/v/code2html)](https://www.npmjs.com/package/code2html)
[![NPM](https://img.shields.io/npm/l/code2html)](https://github.com/f-koehler/code2html/blob/main/LICENSE.txt)Render source code to HTML using Prism.js or Highlight.js.
For instructions please consult the help message `-h/--help` for now.