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