blackfriday:黑色星期五

时间:2024-05-28 09:09:55
【文件属性】:

文件名称:blackfriday:黑色星期五

文件大小:101KB

文件格式:ZIP

更新时间:2024-05-28 09:09:55

Go

黑色星期五 Blackfriday是在实现的处理器。 它对输入感到偏执(因此您可以安全地输入用户提供的数据),速度快,支持通用扩展(表,智能标点符号替换等),并且对于所有utf-8(unicode)都是安全的输入。 当前支持HTML输出以及Smartypants扩展。 它最初是 C的翻译版本。 安装 Blackfriday在模块模式下与现代Go发行版兼容。 安装Go后: go get github.com/russross/blackfriday 将解析该软件包并将其添加到当前的开发模块中,然后进行构建和安装。 另外,如果将其导入到程序包中,则可以实现相同的目的: import "github.com/russross/blackfriday" go get没有参数的go get 。 Go的旧版本和旧版GOPATH模式可能会起作用,但不会做出任何努力使其保持正常工作。 版本号


【文件预览】:
blackfriday-master
----.travis.yml(411B)
----testdata()
--------Links, shortcut references.text(236B)
--------Inline HTML (Advanced).text(151B)
--------Tidyness.text(78B)
--------Code Blocks.html(312B)
--------Markdown Documentation - Syntax.html(31KB)
--------Inline HTML (Simple).text(553B)
--------Literal quotes in titles.text(108B)
--------Tidyness.html(134B)
--------Amps and angle encoding.text(381B)
--------Code Spans.html(232B)
--------Code Blocks.text(199B)
--------Ordered and unordered lists.text(903B)
--------Ordered and unordered lists.html(2KB)
--------Backslash escapes.text(1KB)
--------Links, reference style.html(1KB)
--------Hard-wrapped paragraphs with list-like lines no empty line before block.text(197B)
--------Auto links.html(544B)
--------Inline HTML comments.html(188B)
--------Horizontal rules.html(385B)
--------Backslash escapes.html(2KB)
--------Amps and angle encoding.html(508B)
--------Links, inline style.text(264B)
--------Tabs.html(440B)
--------Markdown Documentation - Basics.html(9KB)
--------Blockquotes with code blocks.html(200B)
--------Horizontal rules.text(270B)
--------Hard-wrapped paragraphs with list-like lines.text(197B)
--------Hard-wrapped paragraphs with list-like lines.html(211B)
--------Hard-wrapped paragraphs with list-like lines no empty line before block.html(248B)
--------Strong and em together.html(215B)
--------Inline HTML (Advanced).html(165B)
--------Links, reference style.text(791B)
--------Markdown Documentation - Basics.text(8KB)
--------Literal quotes in titles.html(163B)
--------Code Spans.text(167B)
--------Nested blockquotes.text(24B)
--------Strong and em together.text(107B)
--------Markdown Documentation - Syntax.text(27KB)
--------Inline HTML comments.text(164B)
--------Blockquotes with code blocks.text(135B)
--------Links, shortcut references.html(255B)
--------Auto links.text(263B)
--------Nested blockquotes.html(89B)
--------Tabs.text(311B)
--------Inline HTML (Simple).html(784B)
--------Links, inline style.html(399B)
----inline.go(23KB)
----block_test.go(52KB)
----inline_test.go(37KB)
----smartypants.go(11KB)
----block.go(31KB)
----markdown.go(24KB)
----doc.go(2KB)
----ref_test.go(3KB)
----markdown_test.go(2KB)
----.gitignore(46B)
----README.md(13KB)
----latex.go(8KB)
----LICENSE.txt(1KB)
----go.mod(48B)
----html.go(24KB)

网友评论