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
content_renderer_test.go Insert code tag for server-side syntax highlighting 2015-10-15 17:59:28 +02:00
content_test.go
general.go
general_test.go
hugo.go
hugo_test.go
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
url.go Rename prettiyPath to prettifyPath 2015-10-15 10:15:26 +02:00
url_test.go