Open ainar-g opened 1 year ago
Hi, and thanks for the cool tool!
It seems like Glow cannot handle code blocks within blockquotes. For example, consider the following document:
```go fmt.Println("normal code") ``` > ```go > fmt.Println("code within quote") > ``` 1. List. 2. ```go fmt.Println("code within list") ``` 3. > Quote within list. 4. > ```go > fmt.Println("code within quote within list") > ```
Consider the difference between how Dingus renders it and how Glow renders it:
Using Debian 11 with MATE Terminal v1.24.1. Setting XTERM to something like xterm-256color doesn't seem to matter.
XTERM
xterm-256color
Transferring this to Glamour, which does the markdown rendering.
Hi, and thanks for the cool tool!
It seems like Glow cannot handle code blocks within blockquotes. For example, consider the following document:
Consider the difference between how Dingus renders it and how Glow renders it:
Using Debian 11 with MATE Terminal v1.24.1. Setting
XTERM
to something likexterm-256color
doesn't seem to matter.