NotMarkdown
A simple parser which implements the message formatting syntax used by Slack.
Installation
If available in Hex, the package can be installed as:
Add not_markdown to your list of dependencies in
mix.exs:def deps do
[{:not_markdown, "~> 0.0.1"}]end
Ensure not_markdown is started before your application:
def application do
[applications: [:not_markdown]]end
Usage
coughs
NotMarkdown.to_html(text)