1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

10 Commits

Author SHA1 Message Date
bep
8539f78143 hugolib: apply some Hugolint rules 2015-03-07 00:13:06 +01:00
366c557251 Use a regular expression in replaceShortcodeTokens
This fixes a bug where a shortcode needs to be expanded multiple times,
which can arise in practice when using reference links.
2015-01-30 20:58:25 +01:00
19c52ab0b5 Register rstHandler to restore experimental reST support
(Experimental) reStructuredText support was working in v0.12,
but was no longer handled after some refactoring in v0.13-DEV.
That experimental support is now restored.

Furthermore, check for both rst2html and rst2html.py in the PATH,
and execute whichever is found.

See #472 for more information.
2015-01-21 06:41:19 -07:00
bep
f0b3979a9f Disable shortcode processing for html files
May be enabled later, but then it will have to do the complete "shortcode dance".

See ##674
2015-01-14 20:49:43 +01:00
4a2f16f91e refactor handlers to use types instead of structs. 2014-11-20 12:43:34 -05:00
ade2ca6072 Adding an html file handler 2014-11-04 00:43:09 -05:00
c5f1031e45 Handler WIP 2014-11-01 12:05:37 -04:00
dfb8482569 Handlers WIP - Convert now working 2014-10-20 20:15:33 -04:00
30d4a26ba0 Handlers WIP (builds) 2014-10-20 17:51:53 -04:00
93f3d604c6 Handlers WIP 2014-10-20 17:42:16 -04:00