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.
 
 
 
 

386 B

+++ title = "Source block without list syntax in a list" date = 2017-08-01 tags = ["src-block", "lists", "hyphen"] draft = false +++

This case is not affected by Blackfriday Issue #239 as the fenced code block does not have Markdown syntax lists.

  • List item 1

    *abc*
    /def/
    =def=
    
  • List item 2