Module z_markdown

Convert markdown to/from html.

Copyright © 2011 Marc Worrell

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

Description

Convert markdown to/from html.

Function Index

to_html/1
to_markdown/1
to_markdown/2

Function Details

to_html/1

to_html(Markdown) -> any()

to_markdown/1

to_markdown(Html) -> any()

to_markdown/2

to_markdown(Html, Options) -> any()


Generated by EDoc