Application v3.1.1
In version 3.1.1, the editor now allows users to easily insert code blocks using three backticks or the insert menu, and create blockquotes with a greater than sign. Additionally, a new shortcut (CMD/CTRL + RETURN) has been added for adding release changes, image URL validation now supports PNG, JPG, GIF, and SVG formats, and video controls in the editor have been disabled.
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.
CMD/CTRL + RETURN shortcut to add new release change.
Added image url validation. Supported formats are, PNG, JPG, GIF, SVG.
Disabled the video controls in the editor.
