March 19, 2022
We made some exciting changes to the editor.
Code Blocks
To add a code block, use the insert menu of the editor or just type three backticks ( ```
) at the start and end of your code snippet. Your finished code block will look like this:
Array(13).join('wat' - 1) + ' Batman!'; // Theme song!
Quotes
To create a blockquote, start a line with greater than (>
) followed by a space or insert it via the menu.
I'm not saying I'm Batman. I'm just saying no one has ever seen Batman and me in the same room together.
Added |
|
Added | Added image url validation. Supported formats are, |
Fixed | Disabled the video controls in the editor. |