-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Description
A Readme.md like this:
## Configure the background:
```json
{
"myExtension.style": {
"html": {
"background": "linear-gradient(45deg, #141414 25%, transparent 25%, transparent 75%, #141414 75%, #141414), linear-gradient(45deg, #141414 25%, transparent 25%, transparent 75%, #141414 75%, #141414)"
}
}
}
`` `
gets transformed into
## Configure the background:
```json
{
"myExtension.style": {
"html": {
"background": "linear-gradient(45deg, [#141414](https://github.com/user/myExtension/issues/141414) 25%, transparent 25%, transparent 75%, [#141414](https://github.com/user/myExtension/issues/141414) 75%, [#141414](https://github.com/user/myExtension/issues/141414)), linear-gradient(45deg, [#141414](https://github.com/user/myExtension/issues/141414) 25%, transparent 25%, transparent 75%, [#141414](https://github.com/user/myExtension/issues/141414) 75%, [#141414](https://github.com/user/myExtension/issues/141414))"
}
}
}
`` `
I guess this is because of #345
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities