mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
code_inspections.md: code snippets highlighting in description, cleanup
This commit is contained in:
parent
ccf61181f2
commit
1b068b5ff9
@ -119,7 +119,9 @@ Implicit in using [`LocalInspectionTool`](%gh-ic%/platform/analysis-api/src/com/
|
|||||||
Using the following HTML structure, the description can embed code snippets that will be displayed with syntax highlighting:
|
Using the following HTML structure, the description can embed code snippets that will be displayed with syntax highlighting:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
The following code will be shown with syntax highlighting:
|
<p>
|
||||||
|
The following code will be shown with syntax highlighting:
|
||||||
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<code>
|
<code>
|
||||||
// code snippet
|
// code snippet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user