Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 455 Bytes

@argdown/highlightjs

Argdown logo

This package is part of the Argdown project and adds Argdown language support to highlight.js.

Installation

yarn add @argdown/highlightjs
import hljs from "highlight.js";
import argdown from "@argdown/highlightjs";

hljs.registerLanguage("argdown", argdown);