在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mpeterv/markdown开源软件地址(OpenSource Url):https://github.com/mpeterv/markdown开源编程语言(OpenSource Language):Lua 100.0%开源软件介绍(OpenSource Introduction):markdown.luaThis is an implementation of the popular text markup language Markdown in pure Lua. Markdown can convert documents written in a simple and easy to read text format to well-formatted HTML. For a more thorough description of Markdown and the Markdown syntax, see http://daringfireball.net/projects/markdown/. The original Markdown source is written in Perl and makes heavy use of advanced regular expression techniques (such as negative look-ahead, etc) which are not available in Lua's simple regex engine. Therefore this Lua port has been rewritten from the ground up. It is probably not completely bug free. If you notice any bugs, please report them using GitHub issues. A unit test that exposes the error is helpful.
Usagelocal markdown = require "markdown"
markdown(source)
Creates a file
For a description of the command-line options. InstallationSimply copy Miscellaneous
An alternative Markdown implementation is lua-discount.
It is faster than |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论