Closed andrewbenton closed 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"
Produces:
asdf jkl; bash echo "line1" echo "line 2" aeio
jkl;
bash echo "line1" echo "line 2"
I think your issue is related to a different retext: http://lmgtfy.com/?q=retext.
You're absolutely right. Sorry about that!
Code blocks nested inside lists do not properly display in the preview window.
Version: 5.0.2 OS: Fedora 22
Example:
Produces: