Hacker News new | ask | show | jobs
by jotaen 968 days ago
My naive initial assumption (just due to my own bias) was that nesting would work the same way as in Markdown – i.e., that the number of `#`’s indicates the heading level.

Maybe worth for you to consider? It’s a well known convention, it should be fairly self-explanatory, and it would work independent of the notion of paragraphs.

    # animals
    elephant
    ## felines
    cats
    # plants
    apple tree
    ## flowers
    lily
1 comments

Ahh I don’t know how i missed that. I guess i didn’t see the forest for the trees. This looks like the right way to go