Hey @w3nta1 !👋
That’s a strange behavior. The reason the code is not visible is because it’s inside a script element. It should be inside a pre element. 🤔
Do you use any embeddings or specific parameters that could change this? If you use embeddings with code examples inside script elements, that could be the issue.
Also, does this happen every time you ask for code, or is it occasional? You could try asking in your context prompt to use markdown format and the pre element for code examples to see if things change.
Thread Starter
w3nta1
(@w3nta1)
Hi, nope, not using any embeddings. It happens everytime ask for code, all the codes will display within the html.
Any idea how to resolve this issue? @_@
Thread Starter
w3nta1
(@w3nta1)
The problem is bcoz of this issue
Debug Mode
Debugging information will be displayed in the console.
After deselect issue solved !
Took me so long to figure out !!!!!