Fixes
orderedList
andunorderedList
procs not working due to Nim apparently not being able to differentiate betweenseq[HtmlElement]
andvarargs[HtmlElement]
Due to this, removedvarargs[HtmlElement]
ones (affectedul
andol
procs)
orderedList
and unorderedList
procs not working due to Nim apparently not being able to differentiate between seq[HtmlElement]
and varargs[HtmlElement]
varargs[HtmlElement]
ones (affected ul
and ol
procs)