retextjs / retext

natural language processor powered by plugins part of the @unifiedjs collective
https://unifiedjs.com
MIT License
2.36k stars 93 forks source link

Code block inside list not properly displayed #26

Closed andrewbenton closed 8 years ago

andrewbenton commented 8 years ago

Code blocks nested inside lists do not properly display in the preview window.

Version: 5.0.2 OS: Fedora 22

Example:

1. asdf

2. jkl;

    ```bash
    echo "line 1"
    echo "line 2"
  1. aeio

Produces:

  1. asdf
  2. jkl;

    bash echo "line1" echo "line 2"

  3. aeio
wooorm commented 8 years ago

I think your issue is related to a different retext: http://lmgtfy.com/?q=retext.

andrewbenton commented 8 years ago

You're absolutely right. Sorry about that!