Shortcode Section in Listpage

Hi,
in a page-template i use the shortcode core plugin

            {{ shortcode.section.datum }}

and i get the correct output, but not in the parent list-page.
Is this a bug, or am i doing something wrong?
Thanks for help.

Well the page.summary() method is generally what’s called in the blog list page (depends on the theme though) and it takes a chunk of the content and outputs it. However if that summary cuts within some HTML it closes all the tags. This could potentially change the expected content. You might want to use the === summary indicator to force the location of where the summary is ends.

Without more information though, I can’t really say for sure what the problem is or how to fix it.