NLdoc.Conversion.Writer.Html (NLdoc.Conversion.Writer.Html v1.0.1)
View SourceWriter for HTML, converting from Spec to HTML.
Summary
Functions
Converts Document to HTML.
Types
@type acc() :: {[html_tag_or_text()], NLdoc.Conversion.Writer.Html.State.t()}
@type html_tag_or_text() :: Floki.html_tag() | Floki.html_text()
Functions
@spec convert(NLdoc.Spec.Document.t(), [{:pretty, boolean()}]) :: String.t()
Converts Document to HTML.