hugo/helpers
Bjørn Erik Pedersen 34f40044d7 Fix shortcode in markdown headers
This issue was introduced as a fix to shortcode not working in RST.

One could argue that Blackfriday and friends should handle `#` in titles, but that will be a discussion
for another day.

The new placeholder pattern should be RST safe and work with titles.

And now with a test so this doesn't break again.

Fixes #2192
Fixes #2209
Closes #2210
2016-06-15 09:12:07 +02:00
..
content.go Default to plainIDAnchors 2016-04-12 18:34:46 +02:00
content_renderer.go Fix shortcode in markdown headers 2016-06-15 09:12:07 +02:00
content_renderer_test.go helpers: Rename getMmarkHtmlRenderer to getMmarkHTMLRenderer 2016-03-21 15:17:37 +08:00
content_test.go Revert "Use Node.ID for anchor ID" 2016-04-12 18:11:24 +02:00
emoji.go Fix Emojfy for certain text patterns 2016-06-11 20:40:56 +02:00
emoji_test.go Fix Emojfy for certain text patterns 2016-06-11 20:40:56 +02:00
general.go helpers: Silence some Golint warnings 2016-03-22 23:53:19 +01:00
general_test.go helpers: Remove unused code 2016-03-14 15:20:36 +01:00
hugo.go Bump version to 0.17-DEV 2016-06-06 09:10:55 -04:00
hugo_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
path.go Fix error handling in SymbolicWalk 2016-03-25 18:18:39 +01:00
path_test.go helpers: Fix and add Godoc in path* 2016-03-23 10:03:29 +01:00
pygments.go helpers: Ignore cache for Pygments when flag set 2016-04-10 20:55:57 +02:00
pygments_test.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
url.go helpers: Use net/url for URL parsing in AbsURL 2016-04-27 10:29:46 -05:00
url_test.go helpers: Use net/url for URL parsing in AbsURL 2016-04-27 10:29:46 -05:00