-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Support for code blocks (and inline code)!
Inline code
This is <code>inline code</code>!
Code block
<code lang="js">
console.log("Hello World!");
</code>
Code block with caption
<code lang="js">
console.log("Hello World!");
<caption>This is a caption!</caption>
</code>
Code blocks should support syntax highlighting.
Reactions are currently unavailable