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
```js filename="a/hello/file.js" console.log("hello") ```
originally reported in shuding/nextra#1088
The text was updated successfully, but these errors were encountered:
What is filename from? The check internally uses title to filter it out so maybe that's why:
filename
title
https://github.com/atomiks/rehype-pretty-code/blob/8d6f00dcb2bd5abf17549879eef2f5748b69587b/src/index.js#L170-L173
Sorry, something went wrong.
filename is our custom metadata prop that will be rendered as header for code block
Successfully merging a pull request may close this issue.
originally reported in shuding/nextra#1088
The text was updated successfully, but these errors were encountered: