https://keenwrite.com/
Finished a feature to convert Markdown's fenced divs nested within blockquotes into the following XHTML:
<blockquote>
<div class="name"> ... </div>
</blockquote>
In my novel (see profile), there are stories within the story as well as simultaneous actions. I wanted to typeset simultaneous events set within a sub-story. Using Markdown, a natural way to do this would be: > ::: simul
> Simultaneous section 1.
> :::
>
> ::: simul
> Simultaneous section 2.
> :::
Sample output: