[ 源代码: golang-github-gomarkdown-markdown ]
软件包:golang-github-gomarkdown-markdown-dev(0.0~git20220731.dcdaee8-2)
golang-github-gomarkdown-markdown-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-gomarkdown-markdown:
- [golang-github-gomarkdown-markdown_0.0~git20220731.dcdaee8-2.dsc]
- [golang-github-gomarkdown-markdown_0.0~git20220731.dcdaee8.orig.tar.xz]
- [golang-github-gomarkdown-markdown_0.0~git20220731.dcdaee8-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Markdown parser and HTML renderer for Go
Package github.com/gomarkdown/markdown is a Go library for parsing Markdown text and rendering as HTML.
It's very fast and supports common extensions.
markdown is a fork of v2 of https://github.com/russross/blackfriday that is:
* actively maintained (sadly in Feb 2018 blackfriday was inactive for 5 months with many bugs and pull requests accumulated) * refactored API (split into ast/parser/html sub-packages)
Blackfriday itself was based on C implementation sundown (https://github.com/vmg/sundown) which in turn was based on libsoldout (http://fossil.instinctive.eu/libsoldout/home).