edoc_html_to_markdown (edoc v1.4.1)

View Source

This 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()

Types

Application = atom()
Module = module()
Html = shell_docs:chunk_elements()

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.