mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
cleanup WRS notation
This commit is contained in:
parent
9995151706
commit
9c98a3d870
@ -108,7 +108,7 @@ with the usual setup of having your test-input as `beforeXyz` and `afterXyz`, yo
|
|||||||
A special suffix `-preview` should be added to the comment line in the test-data to test preview.
|
A special suffix `-preview` should be added to the comment line in the test-data to test preview.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
<compare style="top-bottom" first-title="First line before" second-title="First line after">
|
<compare type="top-bottom" first-title="First line before" second-title="First line after">
|
||||||
<code-block>
|
<code-block>
|
||||||
// "Replace Arrays.asList().stream() with Stream.of()" "true"
|
// "Replace Arrays.asList().stream() with Stream.of()" "true"
|
||||||
</code-block>
|
</code-block>
|
||||||
|
@ -36,7 +36,7 @@ Define [`SimpleBlock`](%gh-sdk-samples%/simple_language_plugin/src/main/java/org
|
|||||||
|
|
||||||
Define a formatter that removes extra spaces except for the single spaces around the property separator:
|
Define a formatter that removes extra spaces except for the single spaces around the property separator:
|
||||||
|
|
||||||
<compare style="top-bottom">
|
<compare type="top-bottom">
|
||||||
|
|
||||||
```
|
```
|
||||||
foo = bar
|
foo = bar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user