You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

609 B

+++ title = "Source block with list syntax in a list" date = 2017-08-01 tags = ["upstream"] categories = ["fixme"] draft = false +++

As of today (<2017-08-02 Wed>), an upstream bug in Blackfriday (Issue #239) causes fenced code blocks in lists to not render correctly if they contain Markdown syntax lists.

Below is an example of such a case:

  • List item 1

    - List item 1 in code block
    - List item 2 in code block
    
  • List item 2

  • List item 3