Add the markdown renderer file and change code's default content

This commit is contained in:
yflory
2017-05-18 14:26:56 +02:00
parent 56bcdff890
commit d13dde856a
3 changed files with 117 additions and 10 deletions

View File

@@ -450,11 +450,10 @@ define(function () {
].join('');
out.codeInitialState = [
'/*\n',
' This is the CryptPad Zero Knowledge collaborative code editor.\n',
' What you type here is encrypted so only people who have the link can access it.\n',
' You can choose the programming language to highlight and the UI color scheme in the upper right.\n',
'*/'
'# CryptPad\'s Zero Knowledge collaborative code editor\n',
'\n',
'* What you type here is encrypted so only people who have the link can access it.\n',
'* You can choose the programming language to highlight and the UI color scheme in the upper right.'
].join('');
out.slideInitialState = [