diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 22:13:27 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 22:29:38 -0800 |
commit | ca7a7fa7ad536ce4e1f3004ec1e718a1d1d8b1f7 (patch) | |
tree | afb50043c4a099e574db9bed204e5722537e4345 /Makefile | |
parent | 2136f824b739c9525d25a6850f0bede1cd7d964b (diff) |
Modified setext heading spec to allow multiline headings.
Text like
Foo
bar
---
baz
is now interpreted as heading + paragraph, rather than
paragraph + thematic break + paragraph.
Existing implementations diverge quite a bit on this
case, with several interpretations:
1. paragraph, heading, paragraph
2. paragraph, break, paragraph
3. paragraph containing literal `---`
4. heading, paragraph
Interpretation 4 seems most natural, and it opens up an expressive
possibility otherwise closed off -- multiline headings.
Authors who want interpretation 2 can use a form that can't be
interpreted as a setext heading line, e.g.
Foo
bar
* * *
baz
or insert blank space around the thematic break.
Authors who want interpretation 3 can use backslash escapes.
Authors who want interpretation 1 can put a blank line
after the first paragraph.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions