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
Fern Docs
P2 - Medium (Would be helpful)
With a fern documentation project, use a callout tag, example:
<Warning title="some warning here."> </Warning>
Save, generate docs (fern generate --docs --preview), all is well. Then add the code block with the title with quotes:
fern generate --docs --preview
<Warning title="some warning here."> ```bash some `script.sh` code here: curl -X GET www.example.com ``` </Warning>
Generating it I get the error:
Unexpected closing slash / in tag, expected an open tag first
/
Removing the ` from the title and the generation is successful
`
https://github.com/fern-api/fern.git packages/cli/cli version 0.44.11
remove ` from the code block title inside the callout
No response
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which Fern component?
Fern Docs
How urgent is this?
P2 - Medium (Would be helpful)
What's the issue?
With a fern documentation project, use a callout tag, example:
Save, generate docs (
fern generate --docs --preview
), all is well.Then add the code block with the title with quotes:
Generating it I get the error:
Removing the
`
from the title and the generation is successfulFern CLI & Generator Versions
https://github.com/fern-api/fern.git packages/cli/cli version 0.44.11
Workaround
remove
`
from the code block title inside the calloutLogs & Additional Context
No response
Are you interested in contributing a fix?
Yes
The text was updated successfully, but these errors were encountered: