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
In the Machine Learning book, images in JPG format are not rendering at all. However, images in PNG format appear to render correctly.
Images should render correctly regardless of whether they are in JPG or PNG format.
No response
The text was updated successfully, but these errors were encountered:
GIFs are also not rendered, like here:
Sorry, something went wrong.
I'm also seeing an issue with SVGs: https://refactored-funicular-qzy2pnj.pages.github.io/apm-getting-started-apm-server.html#_help_me_decide
EDIT: This SVG issue is likely unrelated.
The SVG issues is unrelated:
https://github.com/elastic/observability-docs/blob/8.17/docs/en/observability/apm/diagrams/apm-decision-tree.asciidoc?plain=1
We won't support embedded SVG html, these will need to be embedded using the image syntax:
![text](path_to_svg)
Mpdreamz
Successfully merging a pull request may close this issue.
Describe the bug
In the Machine Learning book, images in JPG format are not rendering at all.
However, images in PNG format appear to render correctly.
Expected behavior
Images should render correctly regardless of whether they are in JPG or PNG format.
Steps to reproduce
No response
Tooling
The text was updated successfully, but these errors were encountered: