mirror of
https://github.com/progsource/maddy.git
synced 2026-05-15 04:10:07 +02:00
docs: update info about code block with class
This commit is contained in:
@@ -220,6 +220,18 @@ results in
|
|||||||
<pre><code>
|
<pre><code>
|
||||||
some code
|
some code
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
```
|
||||||
|
|
||||||
|
```cpp
|
||||||
|
int a = 42;
|
||||||
|
```
|
||||||
|
|
||||||
|
results in
|
||||||
|
|
||||||
|
```html
|
||||||
|
<pre class="cpp"><code>
|
||||||
|
int a = 42;
|
||||||
|
</code></pre>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Inline code
|
## Inline code
|
||||||
|
|||||||
Reference in New Issue
Block a user