thank you!
for the read more tag i just followed the docs and used the custom <cut> tag.
<cut>
the trick that the docs kinda skip over is you have to wrap the collapsible portion of the post in it like a <details> tag in normal html, like so:
<details>
This is some prose. <cut> This section is collapsed! </cut> This text is visible.
no subject
Date: 2024-09-14 07:46 pm (UTC)thank you!
for the read more tag i just followed the docs and used the custom
<cut>tag.the trick that the docs kinda skip over is you have to wrap the collapsible portion of the post in it like a
<details>tag in normal html, like so: