for example, a post body: ```mdx # heading1 p1 <!-- more --> # heading2 p2 ``` i want to set a computedField called `excerpt`, which is body content before `<!-- more -->` mark.
for example, a post body:
i want to set a computedField called
excerpt, which is body content before<!-- more -->mark.