summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcode.go
AgeCommit message (Expand)Author
2015-04-30shortcodeparser: fix panic on slash following opening shortcode commentbep
2015-04-29Return error from HandleShortcodesbep
2015-04-19Add shortcut to Scratch from shortcodebep
2015-04-18Polish func naming in shortcode handlingbep
2015-04-18Remove unused types Shortcode and ShortcodeFuncbep
2015-03-29Fix shortcode handling in ToCbep
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07hugolib: apply some more Golint rulesbep
2015-03-06Fix errors reported by Go Vetbep
2015-03-02Allow the same shortcode to be used with or without inline contentbep
2015-02-28Improve error message on missing shortcode inner contentbep
2015-02-20Avoid race condition in isInnerShortcodebep
2015-01-31Updating shortcode imports & site test to work with new buffer pool functionsspf13
2015-01-31Merge branch 'master' of github.com:spf13/hugospf13
2015-01-30Use a regular expression in replaceShortcodeTokensJeffrey Tolar
2015-01-30shortcodes using BBPspf13
2015-01-26Add site-wide/per-page [blackfriday] `extensions` optionNaoya Inada
2015-01-21Protect the innerShortCodeCache by a RW lockbep
2015-01-15Fix issue with nested shortcodesbep
2014-12-26Add configurable support for angled quotesbep
2014-12-18Provide (relative) reference funcs & shortcodes.Austin Ziegler
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13
2014-11-18Fix failing shortcode tests on Travisbep
2014-11-17Shortcode rewrite, take 2bep
2014-10-16Big refactor of how source files are used. Also added default destination ext...spf13
2014-10-07Use md5 against the file path for uniqueness.Austin Ziegler
2014-10-07Make each generated page’s footnotes unique.Austin Ziegler
2014-08-28Inner Shortcodes now treated as markdown. fixed #185spf13
2014-06-30Add shortcode template loading from themes directory.Nicholas Whittier
2014-04-23Add Disqus support out of the box. Move template/bundle into hugolib.spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-02-25Shortcode cleanup. Added a ton of tests. Much more flexible with input. Doesn...spf13
2014-02-20Warn about bad shortcode parameters (and don't crash)Ask Bjørn Hansen
2014-01-29gofmt all go codeTibor Vass
2014-01-10Adding some embedded short codes (including code highlighting)spf13
2013-12-16GofmtCaleb Spare
2013-12-06adding support for shortcodes with opening and closing tagsspf13
2013-09-03Code reorg, helpers.go has been decomposed.Noah Campbell
2013-09-01Add support for amber filesFabrizio (Misto) Milo
2013-07-04adding hugospf13