discount alternatives and similar packages
Based on the "Markdown" category.
Alternatively, view discount alternatives based on common mentions on social networks and blogs.
-
cmark
DISCONTINUED. 💧 Elixir NIF for cmark (C), a parser library following the CommonMark spec, a compatible implementation of Markdown. -
Pandex
Lightweight Elixir wrapper for Pandoc. Convert Markdown, CommonMark, HTML, Latex... to HTML, HTML5, opendocument, rtf, texttile, asciidoc, markdown, json and others
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of discount or a related project?
Popular Comparisons
README
Discount.ex
Elixir NIF for discount, a Markdown parser (GH: Orc/discount).
I recommend to use a strongly specified implementation of Markdown called CommonMark!
An Elixir library exists at GitHub: asaaki/cmark.ex, the Hex package at https://hex.pm/packages/cmark.
More about the reason can be read at http://commonmark.org/.
Add dependency (with hex
)
{ :discount, "~> 0.7" }
Use
make
iex -S mix
Discount.to_html "## markdown string"
#=> "<h2>markdown string</h2>"
# Alternatively pass the compiled document to a function:
Discount.to_html "## markdown string", fn (html) ->
do_something_with(html)
end
License
[MIT/X11](./LICENSE)
Copyright (c) 2013—2015 Christoph Grabo
*Note that all licence references and agreements mentioned in the discount README section above
are relevant to that project's source code only.