You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Minor updates in linting and documentation (#54)
- fix(docs): Update README examples to correctly import `ShikiHighlighter` as a default export instead of a named export
- fix(lint): Remove unused `ShikiTransformer` type import from `utils.ts`
@@ -158,7 +158,7 @@ ways to replicate this functionality and API.
158
158
`react-shiki` exports `isInlineCode` which parses the `node` prop from `react-markdown` and identifies inline code by checking for the absence of newline characters:
0 commit comments