Closed IgnaceMaes closed 4 months ago
In the following PR, code block fences with diff as language were refactored to use the data-diff attributes of the syntax highlighter: https://github.com/ember-learn/deprecation-app/pull/1385
diff
data-diff
Linting should be added against diff as language to not allow any new usages.
Bad
\```diff - some deletion + some addition \```
Good
\```js {data-diff="-1,+2"} some deletion some addition \```
In the following PR, code block fences with
diff
as language were refactored to use thedata-diff
attributes of the syntax highlighter: https://github.com/ember-learn/deprecation-app/pull/1385Linting should be added against
diff
as language to not allow any new usages.Bad
Good