# newlineInCode `newlineInCode` inserts a new line in the current code block. If a selection is set, the selection will be replaced with a newline character. ## Usage ```js editor.commands.newlineInCode() ```