View Source Postex.Highlighter (Postex v0.1.9)

Performs code highlighting. Stolen shamelessly from ex_doc

Summary

Functions

Highlights all code block in an already generated HTML document.

Functions

highlight_code_blocks(html, opts \\ [])

@spec highlight_code_blocks(
  binary(),
  keyword()
) :: binary()

Highlights all code block in an already generated HTML document.