You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The picture cannot be displayed normally, but it can be displayed normally when it is placed in the markdown application. I don't know what the reason is and how to solve it.
The text was updated successfully, but these errors were encountered:
@hfhfn Hello there! 👋 I'm here to assist you with bug fixes, answer your questions, and guide you on becoming a contributor. I'm a bot named Dosu.
To resolve the issue of the picture not displaying normally in Dify when the node output is previewed, you need to modify the regular expression pattern in dify/api/core/tools/utils/text_processing_utils.py. The current processing incorrectly removes the leading '![' symbols from the image markdown syntax, resulting in malformed output. Update the pattern to:
This change will prevent the removal of '![' symbols when they are part of an image markdown syntax at the start of a document, ensuring the image displays correctly [1].
Self Checks
Provide a description of requested docs changes
When the workflow is previewed in dify, the node output is directly returned
The picture cannot be displayed normally, but it can be displayed normally when it is placed in the markdown application. I don't know what the reason is and how to solve it.
The text was updated successfully, but these errors were encountered: