Without doing some regex matching on .RawContent
or .Content
, you can split the summary manually:
Markdown
Aute pariatur sint sint adipisicing duis laborum aute ipsum excepteur officia.
![A kitten](a.jpg)
<!--more-->
Laboris excepteur sunt eiusmod duis dolore est dolore consectetur est fugiat id ad.
But if you decide to do this, you will need link and render hooks to properly resolve the destinations when displayed in a different context (i.e., a list instead of a single page).
Let me know if you decide to pursue this; I can provide the hooks.