Skip to content

Commit

Permalink
Add mention of refractor for Prism
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 2, 2017
1 parent 5983e1a commit ed923c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ others.
Lowlight is built to work with all syntaxes supported by [highlight.js][],
that’s [176 languages][names] (and all 73 themes).

Want to use [Prism][] instead? Try [`refractor`][refractor]!

## Table of Contents

* [Installation](#installation)
Expand All @@ -17,6 +19,7 @@ that’s [176 languages][names] (and all 73 themes).
* [low.highlightAuto(value\[, options\])](#lowhighlightautovalue-options)
* [Result](#result)
* [Browser](#browser)
* [Related](#related)
* [Projects](#projects)
* [License](#license)

Expand Down Expand Up @@ -134,6 +137,10 @@ low.highlight('js', '"use strict";');
...When using browserify, minifying this results in just 17kb of code
(7kb with GZip).

## Related

* [`refractor`][refractor] — Same, but based on [Prism][]

## Projects

* [`emphasize`](https://github.com/wooorm/emphasize)
Expand Down Expand Up @@ -186,3 +193,7 @@ low.highlight('js', '"use strict";');
[browser]: #browser

[result]: #result

[prism]: https://github.com/PrismJS/prism

[refractor]: https://github.com/wooorm/refractor

0 comments on commit ed923c0

Please sign in to comment.