hugo/tpl/tplimpl
Bjørn Erik Pedersen 6f7bf3f2d7 Fix indentation in highlight shortcode
This commit adds a new `.InnerDeindent` method to the shortcode context, which is `.Inner` with any
indendation removed. This is then used in the built-in `highlight` shortcode to prevent the extra
whitespace getting hightlighted.

Fixes #4717
2022-05-31 09:05:54 +02:00
..
embedded Fix indentation in highlight shortcode 2022-05-31 09:05:54 +02:00
integration_test.go
shortcodes.go
shortcodes_test.go
template.go Improve SASS errors 2022-05-15 20:25:25 +02:00
template_ast_transformers.go Fix indentation in highlight shortcode 2022-05-31 09:05:54 +02:00
template_ast_transformers_test.go
template_errors.go Improve SASS errors 2022-05-15 20:25:25 +02:00
template_funcs.go
template_funcs_test.go
template_test.go
templateFuncster.go
templateProvider.go