- Issue created by @dotist
- 🇬🇧United Kingdom MrDaleSmith
Can you provide more details of which specific AI functionality you are using, and where you are expecting the markdown to display? Bear in kind that if the markdown is being set as the value of a text_format field you will need something like https://www.drupal.org/project/markdown → for Drupal to actually be able to render it: markdown is not supported by default in Drupal.
- 🇩🇪Germany dotist
Thanks for your response - i've clarified the title and issue a bit. Does one also need the markdown module (as you mention) when using the deepchat block?
- 🇬🇧United Kingdom MrDaleSmith
The Deepchat chatbot requires an additional optional library to render markdown - if you check on your site's status page, it should tell you if the library is not present - can you check that for us?
- 🇩🇪Germany marcus_johansson
"composer require league/commonmark" is what you need.
I created an issue here for documentation 📌 Document that league/commonmark is needed for proper html Active