文件名称:discount.ex:Elixir NIF折扣,Markdown解析器
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-25 18:31:35
Elixir
Discount.ex Elixir NIF打折,Markdown解析器( )。 我建议使用Markdown的一个严格指定的实现,称为CommonMark! 存在一个Elixir库 ,位于的Hex包。 有关原因的更多信息,请访问 。 添加依赖项( hex ) { :discount , " ~> 0.7 " } 用 make iex -S mix Discount . to_html " ## markdown string " # => "
markdown string
" # Alternatively pass the compiled document to a function: Discount . to_html " ## markdown string " , fn (html) - > do_something_with (html) e【文件预览】:
discount.ex-master
----mix.lock(413B)
----.gitignore(90B)
----mix.exs(2KB)
----discount_src()
----Makefile(2KB)
----src()
--------markdown_nif.c(2KB)
----.travis.yml(338B)
----priv()
--------.gitkeep(0B)
----LICENSE(1KB)
----.gitmodules(91B)
----README.md(1KB)
----lib()
--------discount()
--------discount.ex(931B)
----test()
--------test_helper.exs(13B)
--------single_doc.md(227B)
--------discount_test.exs(5KB)
--------single_doc.html(353B)