I was trying to markdown some points and tried to highlight some important parts within documentation based on this tutorial unsuccessfully.
I could manage to run the following correctly neither in the Databricks notebook nor GoogleColab notebook:
%md
This is <span style="background-color: #FFFF00">highlighted</span>
This is <span style="color:red">red</span>
desired markdown results: