googlecodelabs / tools

Codelabs management & hosting tools
Apache License 2.0
4.23k stars 1.14k forks source link

Markdown major regressions (code, list, ... ) #724

Open h3xstream opened 2 years ago

h3xstream commented 2 years ago

Code section

Code with XML is not properly rendered.

`` `xml
<foo>&send;</foo>
`` `

Space is added on purpose because I don't know how to escape tick in markdown.

List

The following code will create a list without a proper </ul>.

### Test

 - a
 - b

### More content

This will create the "More content" will appears in the list.