hugo-wasm/parser
Guilherme Soares c939c33fd3 parser/pageparser: Don't allow parameters after closing tag in shortcodes
Problem:
Previously, the following self-closing shortcode syntax was incorrectly allowed:
{{% sc / param %}}

Solution:
Only allow parameters before the self-closing tag
2025-01-24 15:31:44 +01:00
..
metadecoders parser/metadecoders: Add benchmark 2024-11-13 14:57:18 +01:00
pageparser parser/pageparser: Don't allow parameters after closing tag in shortcodes 2025-01-24 15:31:44 +01:00
frontmatter.go Create pages from _content.gotmpl 2024-05-14 13:12:08 +02:00
frontmatter_test.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
lowercase_camel_json.go Add a HTTP cache for remote resources. 2024-06-04 16:07:39 +02:00
lowercase_camel_json_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00