mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-18 16:20:16 +00:00
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