开源软件名称(OpenSource Name):vlang/markdown开源软件地址(OpenSource Url):https://github.com/vlang/markdown开源编程语言(OpenSource Language):C 95.7%开源软件介绍(OpenSource Introduction):markdownMarkdown module for V. For now, it uses the md4c library for parsing markdown files to HTML and soon it will be rewritten from scratch to pure V. Usagemodule main
import markdown
fn main() {
text := '# Markdown Rocks!'
output := markdown.to_html(text)
println(output) // <h1>Markdown Rocks!</h1>
} InstallationInstall and use markdown module via VPM:
Or via vpkg:
Or through Git:
Contributors
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论