An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/writeas/saturday

Package blackfriday is a markdown processor. It translates plain text with simple formatting rules into an AST, which can then be further processed to HTML (provided by Blackfriday itself) or other formats (provided by the community). The simplest way to invoke Blackfriday is to call the Run function. It will take a text input and produce a text output in HTML (or other format). A slightly more sophisticated way to use Blackfriday is to create a Markdown processor and to call Parse, which returns a syntax tree for the input document. You can leverage Blackfriday's parsing for content extraction from markdown documents. You can assign a custom renderer and set various options to the Markdown processor. If you're interested in calling Blackfriday from command line, see https://github.com/russross/blackfriday-tool.

Ecosystem
proxy.golang.org
Latest Release
v2.0.0+incompatible
over 8 years ago
Versions
4
Dependent Packages
13
Dependent Repos
19
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/writeas/saturday
spec
License BSD-2-Clause
Namespace github.com/writeas
First Release about 7 years ago
Last Synced 26 days ago
Repository
Stars 3 on GitHub
Forks 1 on GitHub
Docker Dependents 3
Docker Downloads 239
Rankings on proxy.golang.org
Overall Top 6.4%
Dependent packages Top 1.4%
Dependent repos Top 1.2%
Docker downloads Top 1.5%