NLdoc.Conversion.Writer.Html (NLdoc.Conversion.Writer.Html v1.0.7)

View Source

Writer for HTML, converting from Spec to HTML.

Summary

Functions

Converts Document to HTML.

Types

acc()

html_tag_or_text()

@type html_tag_or_text() :: Floki.html_tag() | Floki.html_text()

Functions

convert(doc, opts \\ [])

@spec convert(NLdoc.Spec.Document.t(), [{:pretty, boolean()}]) :: String.t()

Converts Document to HTML.