hugo/tpl/tplimpl
Kaushal Modi 2e95ec6844 Add "target" and "rel" parameters to figure shortcode
Also:

- Remove unnecessary space from `figure` tag if no class is specified.
  - Update related tests.
- Add test cases for the changes made to the figure shortcode.
- Document the newly added target and rel parameters
- Add more detail to the documentation of all figure shortcode parameters.
2018-02-09 22:27:58 +01:00
..
ace.go Fix broken shortcodes for Ace and Amber 2017-11-18 10:41:31 +01:00
amber_compiler.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template.go tpl: Ensure site templates can override theme templates 2018-02-05 08:38:04 +01:00
template_ast_transformers.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_ast_transformers_test.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_embedded.go Add "target" and "rel" parameters to figure shortcode 2018-02-09 22:27:58 +01:00
template_funcs.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
template_funcs_test.go tplimpl: Make partial benchmarks use RunParallel 2017-11-16 01:13:07 +01:00
template_test.go tpl/tplimpl: Fix escaped HTML Go 1.9 multioutput issue (#3880) 2017-09-13 12:32:06 +02:00
templateFuncster.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
templateProvider.go Add some missing doc comments 2017-08-03 15:57:51 +02:00