1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

add Markdown

This commit is contained in:
Rokt33r
2015-07-18 03:25:02 +09:00
parent 05325e7276
commit b30511eb51
11 changed files with 202 additions and 43 deletions

View File

@@ -29,7 +29,8 @@ module.exports = {
'react-router': 'ReactRouter',
'ace': 'ace',
'reflux': 'Reflux',
'moment': 'moment'
'moment': 'moment',
'markdown-it': 'markdownit'
},
resolve: {
extensions: ['', '.js', '.jsx']