Version 1.3.0
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
let ul_attribs classes id level =
{{ { class={: attrib_list classes :} } ++
{{ match id, level with
| Some id, 0 -> {{ { id={{Ocamlduce.Utf8.make id}} } }}
| _ -> {{ {} }}
}} }}