Skip to content

mntns/not_markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotMarkdown

A simple parser which implements the message formatting syntax used by Slack.

Installation

If available in Hex, the package can be installed as:

  1. Add not_markdown to your list of dependencies in mix.exs:

    def deps do [{:not_markdown, "~> 0.0.1"}] end

  2. Ensure not_markdown is started before your application:

    def application do [applications: [:not_markdown]] end

Usage

coughs

NotMarkdown.to_html(text)

About

Simple text formatting parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages