code_inspections.md: code snippets highlighting in description, cleanup

This commit is contained in:
Yann Cébron 2023-05-08 16:35:48 +02:00
parent ccf61181f2
commit 1b068b5ff9

View File

@ -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:
```html
<p>
The following code will be shown with syntax highlighting:
</p>
<pre>
<code>
// code snippet