package hilite

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Markdown utility functions working on the Omd abstract syntax tree blocks

val langs : string list

The list of supported languages for syntax-highlighting.

val transform : Omd.doc -> Omd.doc

transform md will extract code blocks from md and replace them with HTML code blocks with syntax highlighting spans.