From 436a0f5abe117e9d19d6d91c9a2ad6201811cbd1 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 17 Jan 2018 15:10:49 +0100 Subject: Revert modification --- app.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app.js b/app.js index 08351af..a6eeecf 100644 --- a/app.js +++ b/app.js @@ -17,7 +17,21 @@ function plugin() { } if( value.search(END) > 0 ) { return eat(value.slice(0,value.search(END))+value.match(END)[0])({ + type:'html', + value:'' + /* type: 'form', + children: [ { + type: 'texterea', + children: [ { type: 'text', + value: value.slice(value.match(START)[0].length+1, value.search(END)-1 ) + } ], + data: { + hName: 'textarea' + } + }], + */ + /* data: { hName: 'form', hChildren : [ { @@ -30,6 +44,8 @@ function plugin() { } }] } + hName: 'form' + }*/ }); } else return true; -- cgit v1.2.3