Blackfriday is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input. HTML output is currently supported, along with Smartypants extensions. It started as a translation from C of Sundown. Blackfriday itself does nothing to protect against malicious content. If you are dealing with user-supplied markdown, we recommend running Blackfriday's output through HTML sanitizer such as Bluemonday. Blackfriday includes an algorithm for creating sanitized anchor names corresponding to a given input text. This algorithm is used to create anchors for headings when EXTENSION_AUTO_HEADER_IDS is enabled. The algorithm has a specification, so that other packages can create compatible anchor names and links to those anchors.

Features

  • Blackfriday is compatible with modern Go releases in module mode
  • Old versions of Go and legacy GOPATH mode might work
  • Currently maintained and recommended version of Blackfriday is v2
  • Cleaned up API
  • A separate call to Parse, which produces an abstract syntax tree for the document
  • Flexibility to easily add your own rendering extensions

Project Samples

Project Activity

See All Activity >

Categories

Text Processing

License

BSD License

Follow Blackfriday

Blackfriday Web Site

Other Useful Business Software
Earn up to 16% annual interest with Nexo. Icon
Earn up to 16% annual interest with Nexo.

More flexibility. More control.

Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Blackfriday!

Additional Project Details

Programming Language

Go

Related Categories

Go Text Processing Software

Registered

2021-11-24