mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
docs: add multicode example
This commit is contained in:
15
CONTENT.md
15
CONTENT.md
@@ -139,5 +139,18 @@ These are the fundamental Markdown syntax elements you'll need to create well-st
|
||||
|
||||
#### Multicode Examples
|
||||
|
||||
```md
|
||||
<pre>
|
||||
{% multicode %}
|
||||
```js
|
||||
console.log('test');
|
||||
```
|
||||
|
||||
```php
|
||||
echo 'test';
|
||||
```
|
||||
|
||||
```dart
|
||||
print('test');
|
||||
```
|
||||
{% /multicode %}
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user