소스 검색

ridiculously small change, added new line to markdown, because it was misinterpreted by redcarpet

Mario Schuettel 10 년 전
부모
커밋
b84062d153
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      editor/docs/Implementing additional commands for undo-redo.md

+ 1 - 0
editor/docs/Implementing additional commands for undo-redo.md

@@ -100,6 +100,7 @@ Some commands are also **updatable**. By default a command is not updatable. Mak
 have to implement a fifth function 'update' as part of the prototype. In it only the 'new' state gets updated while the old one stays the same.
 
 Here as an example is the update-function of **CmdSetColor**:
+
 ```javascript
 update: function ( cmd ) {