←back to thread

634 points david927 | 1 comments | | HN request time: 0.286s | source

What are you working on? Any new ideas that you're thinking about?
1. thangalin ◴[] No.41342979[source]
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:

https://i.ibb.co/R90vZpD/simultaneous.png