In a template like this: ``` ${context/text} ``` Where ``${context/text}`` outputs this: ``` *This is markdown* ``` The rendered markdown is: ``` *This is markdown* ``` Instead of: ``` This is markdown ```