Osama
Osama
Dot Block Show First Word Of Line As Element ``` | | . This Text Will Appear In Main Div ``` "This" here appear as Element not normal text
``` - var myArray = ['HTML', 'CSS', 'PHP', 'MySQL', 'JavaScript'] each val, index in myArray div= index + ' : ' + val else p There's No Value ``` Here...
When using This ``` case friends when 0: p you have no friends when 1: p you have one friends default: p you have #{friends} friends ``` Interpolation of #{friends}...
In this example `#[Element Text Inside Element]` Text Here Appear with red color as Element
When i use this code to escape interpolation `#{'#{Osama}'}` it show this { before the Letter O with red color
This Example `#{'}'}!` It must show first { with green color and last one } with green color. but its show first one { with green color and second one...
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...