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
If we pass in a JSON theme and want to highlight tokens inline (the thing{:.tok} syntax), this requires a name even if just one theme is passed in. There's no warning or error about name not being present, and everything else works just fine.
If we pass in a JSON theme and want to highlight tokens inline (the
thing{:.tok}
syntax), this requires a name even if just one theme is passed in. There's no warning or error about name not being present, and everything else works just fine.Relevant code: https://github.com/rehype-pretty/rehype-pretty-code/blob/master/packages/core/src/index.ts#L309-L320
The text was updated successfully, but these errors were encountered: