|
|
|
|
|
by defluct
1573 days ago
|
|
Yes, this has also been something I've missed from mostly all markup languages, but the renderer also has to make a distinction between paragraphs inside and outside of a section. To better illustrate: @section {
@title: This is my section title
Text, paragraph, etc.
@section {
@title: Subsection Title
Text, text, text.
}
More text that belongs to the parent section. But how will the reader know that? Indentation? Blocks with background color maybe?
}
|
|