presentations/highlight-js/test/detect/leaf/default.txt

22 lines
304 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
#empty(friends) {
Try adding some friends!
} ##loop(friends, "friend") {
<li> #(friend.name) </li>
}
#someTag(parameter.list, goes, "here") {
This is an optional body here
}
#index(friends, "0") {
Hello, #(self)!
} ##else() {
Nobody's there!
}
#()
#raw() {
<li> Hello </li>
}