We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the use of rehype-pretty-code we can use the filterMetaString option to translate different meta strings to what rehype expects.
filterMetaString
For example lines=[1,3] to {1,3}
lines=[1,3]
{1,3}
The text was updated successfully, but these errors were encountered:
See line 70 in md.server.ts
md.server.ts
Sorry, something went wrong.
This has been implemented. Needs to be documented.
No branches or pull requests
Description
With the use of rehype-pretty-code we can use the
filterMetaString
option to translate different meta strings to what rehype expects.For example
lines=[1,3]
to{1,3}
The text was updated successfully, but these errors were encountered: