Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerZANP committed Jul 6, 2024
1 parent 5ab94ca commit f8f0978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ out of my frustration while writing articles for my personal blog - [jser.dev](h

1. [shaku-code-annotate-core](./packages/shaku-code-annotate-core/) - core parser of Shaku. Tokenizer not included.

### Latest Shiki(1.x.x)
### for Latest Shiki(1.x.x)

Recommended implementation based on [Shiki Transformer](https://shiki.matsu.io/guide/transformers)

1. [shaku-code-annotate-shiki-transformer](./packages/shaku-code-annotate-shiki-transformer/) - Shaku syntax transformer for Shiki@1.x.x

### Legacy Shiki(0.x.x)
### for Legacy Shiki(0.x.x)

Legacy implementation by wrapping shiki.

1. [shaku-code-annotate-shiki](./packages/shaku-code-annotate-shiki/) - Shaku syntax highlighter based on Shiki.
2. [remark-shaku-code-annotate](./packages/remark-shaku-code-annotate/) - plugin for remark.
3. [marked-shaku-code-annotate](./packages/marked-shaku-code-annotate/) - plugin for marked.

### Sugar High
### for Sugar High

1. [shaku-code-annotate-sugar-high](./packages/shaku-code-annotate-sugar-high/) - Shaku syntax highlighter based on Sugar High.

Expand Down

0 comments on commit f8f0978

Please sign in to comment.