summaryrefslogtreecommitdiffstats
path: root/helpers/content.go
AgeCommit message (Expand)Author
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-23Move blackfriday site-wide config loading to NewBlackFriday()Marek Janda
2015-10-30Add smartDashes flag for BlackfridayAnthony Fok
2015-10-07WordCount and Summary support CJK Languagecoderzh
2015-10-05Add GitHub style code fence support to mmarkAndrew Brampton
2015-09-12WordCount Summary support UTF-8 stringcoderzh
2015-08-07Revert "Fix some Go code doc issues"Bjørn Erik Pedersen
2015-08-06Fix some Go code doc issuesBjørn Erik Pedersen
2015-08-04Add option to disable Blackfriday SmartypantsAnthony Fok
2015-07-29Asciidoc[tor]: use --no-header-footer optionBaptiste Mathus
2015-07-08Add support for GitHub-flavoured markdown code fences for highlightingAndrew Brampton
2015-06-28Add config option for Blackfriday HTML_HREF_TARGET_BLANKBjørn Erik Pedersen
2015-06-28Add option to disable Blackfriday LaTeX style dashesBjørn Erik Pedersen
2015-06-15Add Blackfriday definition lists extension supportVincent Batoufflet
2015-05-25Pass RenderingContext by reference in Mmarkbep
2015-05-08Very experimental support for mmarkAnthony Fok
2015-05-07Add blackfriday/ExtensionsMask option.Yosuke INOUE
2015-03-12Experimental AsciiDoc support with external helpersAnthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-06Apply some more Golint suggestionsbep
2015-03-06Fix errors reported by Go Vetbep
2015-02-06Use buffer pool in StripHTMLbep
2015-02-05Fix Truncatebep
2015-02-05Replace 4 strings.Replace with 1 strings.Replacerbep
2015-02-05Avoid calling strings.Fields multiple times with same contentbep
2015-01-31Fix defaults for BlackfridayNaoya Inada
2015-01-26Add site-wide/per-page [blackfriday] `extensions` optionNaoya Inada
2015-01-24Make Blackfriday smart fractions to really default to `true`Anthony Fok
2015-01-24Add site-wide/per-page [blackfriday] `fractions` optionAnthony Fok
2015-01-21Register rstHandler to restore experimental reST supportAnthony Fok
2015-01-05Rename to plainIdAnchorsJacob Gillespie
2015-01-05Group both options under Blackfriday: documentIDAnchorJacob Gillespie
2015-01-05Add config options: disable footnote anchor prefix and header ID suffixJacob Gillespie
2014-12-26Wrap comments helpers package to fit 80-column widthAnthony Fok
2014-12-26Add configurable support for angled quotesbep
2014-12-18Commented helpers packageAhsanul Haque
2014-12-12Commenting helpers packageAhsanul Haque
2014-11-24Enable descriptive header IDs.Austin Ziegler
2014-11-04Added the general modules test filesOwen Waller
2014-10-16Big refactor of how source files are used. Also added default destination ext...spf13