Fossil

Ticket Change Details
Login
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

  1. 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
    ~~~
    
  2. login: "drh"
  3. mimetype: "text/x-markdown"
  4. priority changed to: "Immediate"
  5. resolution changed to: "Not_A_Bug"
  6. status changed to: "Closed"