When I Create unbuffered Code Like this `- var className = 'the-font' ` Its Working ok without any problem and color is ok but when i create block unbuffered code the color appear as element ``` - var className = 'the-font' var classType = 'Test' ```
When I Create unbuffered Code Like this
- var className = 'the-font'Its Working ok without any problem and color is ok but when i create block unbuffered code the color appear as element