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

You Might Also Like
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
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