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
Currently the Markdown generated by npm run build:docs escapes Markdown, which causes links to not render properly.
npm run build:docs
See the WidgetState page, its source, and the TSDoc it's generated from.
WidgetState
I initially wanted to fix this directly in the friendly-docs repo, but then noticed it was copied from here.
friendly-docs
This seems to be a known issue in api-documenter, but I'm not familiar enough with this process to propose a fix. Could it be worked around in docudocs.mjs, like we seem to be doing for column delimiters?
api-documenter
docudocs.mjs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the Markdown generated by
npm run build:docs
escapes Markdown, which causes links to not render properly.See the
WidgetState
page, its source, and the TSDoc it's generated from.I initially wanted to fix this directly in the
friendly-docs
repo, but then noticed it was copied from here.This seems to be a known issue in
api-documenter
, but I'm not familiar enough with this process to propose a fix. Could it be worked around indocudocs.mjs
, like we seem to be doing for column delimiters?The text was updated successfully, but these errors were encountered: