How can I prevent the alt text in markdown cell of a ipynb getting wrapped? #8131
Unanswered
jonathanalgar
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Could you share a small and simple self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello folks,
I'm trying to improve the alt texts for the images of an open-source project I follow. The PR: https://github.com/langchain-ai/langchain/pull/15357/files
The problem is for the ipynb the build (
quarto preview docs
) is breaking because the intermediate md files are getting wrapped. For example:Creates an intermediate md:
Which breaks the Docusaurus HTML build:
Do you have any suggestions on what I could do myself in the ipynb file or a minimal change I could ask the maintainers to do to fix?
Many thanks 😊
Beta Was this translation helpful? Give feedback.
All reactions