Overview
| Artifact ID: | 2e232b1dcfe42cb09ad6717ec455fe0daa66c615459fa0599499a0fd2a8a0626 |
|---|---|
| Ticket: | c8920f5e240bf535d10a2d2eefbdcefde29afb68
Indented fenced code blocks with blank lines in Markdown |
| User & Date: | drh 2022-11-18 21:09:33 |
Changes
- icomment:
Studying the code reveals that the indentation mark must be repeated after each blank line. (It can also be repeated on every line, but must at a minimum be repeated after blank lines.) That is apparently how Markdown is suppose to work. Example: ~~~~~ > ~~~ First line Second line > Third line ~~~ ~~~~~ The extra "`>`" at the start of "Third line" makes it work: > ~~~ First line Second line > Third line ~~~
- login: "drh"
- mimetype: "text/x-markdown"
- priority changed to: "Immediate"
- resolution changed to: "Not_A_Bug"
- status changed to: "Closed"