mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01: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