repo.or.cz
/
specialops2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Special Ops 2.50
[specialops2.git]
/
res
/
userhtml.dtd
blob
426a05d8a5e7aa671b6c8e02155db1c0403d16ea
1
<!--
2
Needs something like this (this syntax is a bunch of made-up css/pregex crap):
3
4
div { // root element
5
block // can't be empty
6
}
7
8
block {
9
blockquote { block }
10
p { content }
11
pre { content }
12
ol|ul { li }
13
dl { dt|dd }
14
}
15
16
inline {
17
li|dt|dd { block|content }
18
em|strong|abbr|dfn|acronym|code|var|samp|kbd|sup|sub|q|cite|ins|del|small { content }
19
}
20
21
content {
22
inline
23
text
24
}
25
-->