Hi @Naomi Lago
I spent some time researching and testing in Azure Databricks and it is not possible to mix HTML and Markdown (%md). I tried mixing colors with markdown, but it currently is not supported.
I would recommend if you'd like to see this being a feature you should submit feedback to Azure Databricks team at https://feedback.azure.com/d365community/forum/2efba7dc-ef24-ec11-b6e6-000d3a4f0da0
---------------------------------------
If this is helpful please accept answer.
Sure... for example in this first image:
I got a markdown rendered and it only shows me the output - not my code behind it.
When I use
displayHTML()
, it shows both the code and the output.My main goal here is to get to edit html inside markdowns, i. e. changing a title color. But when I do it on %md, it keeps the same default black.
Any updates?