lunamark.writer.html
HTML writer for lunamark. Extends lunamark.writer.xml.
new(options)
Return a new HTML writer. For a list of all fields in the writer, see lunamark.writer.generic.
options
is a table that can contain the following fields:
containers
-
Put sections in
<div>
tags. slides
-
Do not allow containers to nest; when a subsection begins, close the section’s container and start a new one.
layout
minimize
removes semantically insignificant white space.compact
removes unneeded blank lines.default
puts blank lines between block elements.