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
<meta charSet="utf-8"/>
in index.html this is how it should be formatted <meta charset="utf-8"/>
index.html
<meta charset="utf-8"/>
in index.html this is how it is currently formatted <meta charSet="utf-8"/>
npm typedoc
The text was updated successfully, but these errors were encountered:
Fix charset capitalization
charset
c065b3f
Resolves #2568
Fixed with TypeDoc 0.26, which is releasing 2024/06/21
Sorry, something went wrong.
No branches or pull requests
Search terms
<meta charSet="utf-8"/>
Expected Behavior
in
index.html
this is how it should be formatted<meta charset="utf-8"/>
Actual Behavior
in
index.html
this is how it is currently formatted<meta charSet="utf-8"/>
Steps to reproduce the bug
npm typedoc
Environment
The text was updated successfully, but these errors were encountered: