-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
0.18.0 is missing hljs css #157
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue. |
Possible fix could be #159. |
@laat it will be fixed as @Theiaz once we merge the fix, I checked and with the PR css is fixed:
|
🎉 This issue has been resolved in version 0.18.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
the html is missing hljs styles
How to Reproduce
npx @asyncapi/generator --force-write --output test \ https://raw.githubusercontent.com/asyncapi/generator/v1.1.5/test/docs/dummy.yml \ @asyncapi/html-template
The HTML is missing syntax highlighting in the examples
0.17.1 worked
this is a regression from 0.17.1, where syntax highlighting worked
The text was updated successfully, but these errors were encountered: