hugo/helpers
Anthony Fok e95db67b20 Add smartDashes flag for Blackfriday
To allow the end users to disable any form of smart dashes
(LaTeX-style or not) while keeping the rest of Blackfriday
SmartyPants features.

Depends on https://github.com/russross/blackfriday/pull/190
"Add HTML_SMARTYPANTS_DASHES for toggling smart dashes"
to be accepted by Blackfriday developers.
2015-10-30 13:30:25 -06:00
..
content.go Add smartDashes flag for Blackfriday 2015-10-30 13:30:25 -06:00
content_renderer.go Apply project wide go fmt 2015-10-12 20:47:06 +02:00
content_renderer_test.go Insert code tag for server-side syntax highlighting 2015-10-15 17:59:28 +02:00
content_test.go WordCount and Summary support CJK Language 2015-10-07 15:14:57 +02:00
general.go Fix comment for NormalizeHugoFlags 2015-10-07 21:28:29 +02:00
general_test.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
hugo.go Move isThemeVsHugoVersionMismatch to /commands 2015-09-14 17:31:39 +02:00
hugo_test.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
path.go Preserve Unicode marks in MakePath 2015-10-18 10:36:27 +02:00
path_test.go Preserve Unicode marks in MakePath 2015-10-18 10:36:27 +02:00
pygments.go Insert code tag for server-side syntax highlighting 2015-10-15 17:59:28 +02:00
pygments_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00
url.go Rename prettiyPath to prettifyPath 2015-10-15 10:15:26 +02:00
url_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00