feat: add custom code tag to markdown
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# Example
|
||||
|
||||
This is the example for the introduction page.
|
||||
|
||||
{% code language="javascript" %}
|
||||
console.log('hello world');
|
||||
{% /code %}
|
||||
|
||||
Reference in New Issue
Block a user