Grav 0.9.4
As I understand the docs, {{ page.summary }} should return the content of my page up until a === delimited in that content.
But that's not happening. The content is being truncated at some point before the === delimiter. I don't want to use a fixed number of characters, so am attempting to truncate somewhat manually with ===.
What did I miss?