denoland / denoland/website_feedback
markdown formatting escape issue on deno.land/x/torm
- Dominant language
- No language data
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It seems that some of the syntax highlighting html that goes into this particular code block ended up escaped and part of the actual code block.
what github.com/andykais/torm displays:
```
get = this.query`SELECT ${Book.result['*']} FROM book WHERE id = ${Book.params.id}`.one
```
what deno.land/x/torm@1.1.0 displays:
```
get = this.query`SELECT Book.result[′∗′]FROMbookWHEREid={Book.params.id}`.one
```
I have attached the source markdown below (in case the readme gets updated)
[torm README (deno repro).md](https://github.com/denoland/website_feedback/files/11995712/torm.README.deno.repro.md)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.