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

Loading…
Cancel
Save