OK, I need that, let's go.
__
like Asciidoctor?Before.
__
In quote
Another paragraph.
__
After
Maybe also just add inline (non-block) quotes now?
We could also consider an indent based method:
> In quote
Another paragraph.
After
The cool thing about that is that it would save the sweet sweet one liners:but meh, too much indentation typing I think.
Before
> In quote
After
Prototype implemented on branch and:Some ideas:
insane-quote
with just the single underscore _
version to make it fully symmetric with code/math, which is easier to implement. Just by running the tests we saw some common conflicts with the single _
due to it appearing in some local file paths pieces of URLs, e.g.:= My topic
{wiki=Another_one}
= Notindex
<file/path/to/my_file.jpg>
== path/to/my_file.jpg
{file}
- generalize things a bit so that
_
does not exist. Inline quotes go just with the usual""
ascii art - make some arguments literal by default to cover those common cases. Makes language a bit more insane, but perhaps it is for the best, we don't want HTML expanding in anything that won't end up in the HTML right. That makes the possible future case of defining variables a bit harder. But we could overcome it by just making literals be non literals then when literal is the default, e.g.:
= My topic {wiki=Another_one} = My topic {{wiki=\somevar}}
Hmm, going with
>
finally. Part of the reason being that for multiline quotes: \Q[]
is just saner and same number of characters. But for single line quotes, >
is just too sweet.