mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 11:42:57 +00:00

Former-commit-id: bdede6ed1b6f578f2ef046c338caf02d0b29d453 [formerly 7187de361b53e9c8ec121df379b762f2db736ea2] Former-commit-id: 447d58460fbbfd05ffe08428a1288e392637561d
45 lines
584 B
Plaintext
45 lines
584 B
Plaintext
!!!doctype
|
|
!!!5
|
|
!!!
|
|
|
|
include something
|
|
|
|
include another_thing
|
|
|
|
// let's talk about it
|
|
|
|
//
|
|
here it is. a block comment!
|
|
and another row!
|
|
but not here.
|
|
|
|
//
|
|
a far spaced
|
|
should be lack of block
|
|
|
|
// also not a comment
|
|
div.attemptAtBlock
|
|
|
|
span#myName
|
|
|
|
#{implicit}
|
|
!{more_explicit}
|
|
|
|
#idDiv
|
|
|
|
.idDiv
|
|
|
|
test(id="tag")
|
|
header(id="tag", blah="foo", meh="aads")
|
|
mixin article(obj, parents)
|
|
|
|
mixin bleh()
|
|
|
|
mixin clever-name
|
|
|
|
-var x = "0";
|
|
- y each z
|
|
|
|
- var items = ["one", "two", "three"]
|
|
each item in items
|
|
li= item |