Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 845 Bytes

File metadata and controls

26 lines (16 loc) · 845 Bytes

shaku-code-annotate-sugar-high

Enables Shaku on Sugar High.

Try it out on Shaku × Sugar High.

Usage

import { highlight } from "shaku-code-annotate-sugar-high";

const preview = highlight(code);
// generates HTML which has Shaku rendered

For styling, you can refer to

  1. sugar-high.css - token colors
  2. shaku-sugar-high.css - shaku styles

Caveat

Markdown is not supported in Shaku × Sugar High, for simplicity.

If you want, shaku-code-annotate-shiki might be a better option.