aboutsummaryrefslogtreecommitdiff
path: root/doc/features.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 21:00:06 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 21:00:06 -0400
commit1226269f683bce6bf3a0539f0374ee1844687b02 (patch)
treebb8f611f3801c1faa3aa6ebb667b232e1b4e5143 /doc/features.mdwn
parent8e4af6a8e2a8e8d9b7d9f4312c4216261ebd5a28 (diff)
downloadikiwiki-1226269f683bce6bf3a0539f0374ee1844687b02.tar
ikiwiki-1226269f683bce6bf3a0539f0374ee1844687b02.tar.gz
mention html5
Diffstat (limited to 'doc/features.mdwn')
-rw-r--r--doc/features.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn
index 07ce648ea..215c1cecd 100644
--- a/doc/features.mdwn
+++ b/doc/features.mdwn
@@ -71,8 +71,10 @@ you would care to syndicate.
## Valid html and [[css]]
Ikiwiki aims to produce
-[valid XHTML 1.0](http://validator.w3.org/check?url=referer). Ikiwiki
-generates html using [[templates]], and uses [[css]], so you
+[valid XHTML 1.0](http://validator.w3.org/check?url=referer).
+(Experimental HTML5 support is also available.)
+
+Ikiwiki generates html using [[templates]], and uses [[css]], so you
can change the look and layout of all pages in any way you would like.
## [[Plugins]]