denoland / denoland/website_feedback

markdown formatting escape issue on deno.land/x/torm

Open
#39 1 comment 0 reactions 0 assignees View on GitHub
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.
Screen Shot 2023-07-09 at 1 03 08 PM

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.