I’m very grateful for the .RenderShortcodes
method introduced in v.0.117. I was using .Page.Content
to process my includes. With the new method, I now get footnotes and table of contents.
It works as expected but forcing my users to change their shortcodes from {{<
to {{%
is a breaking change I’d like to avoid if I can. Is there a way to test for a shortcode delimiter?