Skip to content

Latest commit

History

History
18 lines (12 loc) 路 558 Bytes

README.md

File metadata and controls

18 lines (12 loc) 路 558 Bytes

Fast, extensible, server-side code highlighting

Coverage Status

Quickstart

composer require tempest/highlight

Highlight code like this:

$highlighter = new \Tempest\Highlight\Highlighter();

$code = $highlighter->parse($code, 'php');

Continue reading in the docs: https://tempest.stitcher.io/highlight/01-getting-started.