acacode / acacode/swagger-typescript-api
Rich text description cause error
Open
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 436
- PR merge metrics
- No merged PRs in 30d
Description
Here's the rich text in description:
```
"description": "\u4f8b\uff1a<span class="colour" style="color: rgb(51, 51, 51);">**\/3.0\/h5FileService\/download\/123\/fdjc34ef**<\/span>",
```
It will cause error like this:
```
SyntaxError: ';' expected. (38:104)
36 | })
37 | /**
> 38 | * @description 例:<span class="colour" style="color: rgb(51, 51, 51);">**/3.0/h5FileService/download/123/fdjc34ef**</span>
|
^
```
Occored in `"swagger": "2.0"`
My environment:
```
swagger-typescript-api: 13.0.2
nodejs: 16.14.0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.