lodox-html-writer
Documentation writer that outputs HTML.
escape-html/1
(x (when (is_atom x)))
(text)Change special characters into HTML character entities.
write-docs/1
(app)Take raw documentation info and turn it into formatted HTML.
Write to and return output-path in app. Default: "./docs"