]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/js/chloro.js
add blockquote style
[chloro.git] / chloro / phyll / static / js / chloro.js
index b70fa291ea3c5410bfac518fc640c0fe7476db57..816d0223b08951a7f1c307f5ff71442c0260f309 100644 (file)
@@ -4,6 +4,7 @@
           {name: 'code', tag: 'PRE', klass: 'screen'},
           {name: 'figure', special: 'img', tag: 'DIV', subtag: true, klass: 'figure'},
           {name: 'note', tag: 'DIV', subtag: true, klass: 'note'},
+          {name: 'quote', tag: 'BLOCKQUOTE', subtag: true, klass: 'quote'},
     ],
     input_event: function(event) {
       var sel = document.getSelection();