Module z_html2markdown

Convert a html text to markdown syntax.

Copyright © 2011 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Convert a html text to markdown syntax. This is used when editing TinyMCE texts with the markdown editor.

Function Index

convert/1
convert/2Convert a html text to markdown format.

Function Details

convert/1

convert(Html) -> any()

convert/2

convert(Html, Options) -> any()

Convert a html text to markdown format. Assumes the html has been sanitized and normalized.


Generated by EDoc