Syntax highlighting seems to be not working inside a list

  1. first item

    <html><body>Test <a b="c"> </body></html>
    
  • Second item

Works for me.

 1. first item

    ```
    <html><body>Test <a b="c"> </body></html>
    ```

 - Second item
1 Like