1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

#47 - Gets rid of simplemde

This commit is contained in:
Abijeet
2017-05-03 02:42:04 +05:30
parent 3368fe42d8
commit 8b82753218
10 changed files with 19 additions and 85 deletions

View File

@ -239,5 +239,6 @@ return [
* Comments
*/
'comment' => 'Comment',
'comments' => 'Comments'
'comments' => 'Comments',
'comment_placeholder' => 'Enter your comments here, markdown supported...'
];