Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.