Skip to content

Commit

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

## Tools

1. [shaku-code-annotate](./packages/shaku-code-annotate/) - plugins to annotate code snippets in markdown.
2. [Shaku Playground](https://shaku-web.vercel.app/) - a playground to try out shaku-code-annotate.
3. [Shaku Snippet](https://shaku-web.vercel.app/snippet) - generate beautiful code snippet screenshots with annotation.
1. [shaku-code-annotate-core](./packages/shaku-code-annotate-core/) - core parser of Shaku. Tokenizer not included.
2. [shaku-code-annotate-shiki](./packages/shaku-code-annotate-shiki/) - Shaku syntax highlighter based on shiki/
3. [remark-shaku-code-annotate](./packages/remark-shaku-code-annotate/) - plugin for remark.
4. [marked-shaku-code-annotate](./packages/marked-shaku-code-annotate/) - plugin for marked.
5. [Shaku Playground](https://shaku-web.vercel.app/) - a playground to try out shaku-code-annotate.
6. [Shaku Snippet](https://shaku-web.vercel.app/snippet) - generate beautiful code snippet screenshots with annotation.

## Dev Tools

Expand Down

0 comments on commit 348eaf5

Please sign in to comment.