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.
 
 
 
 

18 lines
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](https://github.com/russross/blackfriday/issues/239) as the fenced
code block does not have Markdown syntax lists.
- List item 1
```md
*abc*
/def/
=def=
```
- List item 2