Browse Source

Don't restrict rules by default

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
0e4767711d
  1. 8
      lib/configs/default.js

8
lib/configs/default.js

@ -22,7 +22,7 @@ module.exports = {
components: {
block: {
rules: [
/*rules: [
'blockquote',
'code',
'fences',
@ -33,11 +33,11 @@ module.exports = {
'list',
'paragraph',
'table'
]
]*/
},
inline: {
rules: [
/*rules: [
'autolink',
'backticks',
'del',
@ -49,7 +49,7 @@ module.exports = {
'links',
'newline',
'text'
]
]*/
},
typographer: {

Loading…
Cancel
Save