edoc_html_to_markdown (edoc v1.4.1)
View SourceThis module can convert application/html+erlang style documentation to markdown.
Summary
Functions
Convert application/html+erlang (shell_docs:chunk_element()) to Markdown suitable for usage with ExDoc.
Functions
convert_html(Application, Module, Html) -> unicode:chardata()
Convert application/html+erlang (shell_docs:chunk_element()) to Markdown suitable for usage with ExDoc.
The Application and Module argument are used to correctly generate links.