Paste should result in a clean Markdown code

* jquery.htmlClean.min.js: * in order to paste from any(?) document

* rangy-selectionsaverestore.js: required by hallo html cleanup

* App.master: * A link to awesome fonts
* a hint, to engage to invoice :-)

* rangy-core.js: using the bower installed one

* to-markdown.js: using the new code, came from the `npm start`
  process

* Edit.aspx: fixes copy/paste from LibreOffice writter colored text.

* Web.csproj: using new javascript references to:
rangy-core, rangy-selectionsaverestore jquery.htmlClean

* mdd_help.htm:
* mdd_styles.css:
* rangyinputs-jquery-1.1.2.js: obsolete
This commit is contained in:
Paul Schneider 2015-09-27 20:36:38 +02:00
commit f4329d6176
11 changed files with 4179 additions and 684 deletions

View file

@ -49,7 +49,7 @@ function isBlock(node) {
var voids = [
'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input',
'keygen', 'link', 'meta', 'param', 'source', 'track', 'wbr',
'keygen', 'link', 'meta', 'param', 'source', 'track', 'wbr'
];
function isVoid(node) {
@ -582,6 +582,7 @@ module.exports = [
}
}
];
},{}],4:[function(require,module,exports){
'use strict';
@ -786,11 +787,10 @@ module.exports = {
"param": true,
"source": true,
"track": true,
"video": true,
"wbr": true
};
},{}],7:[function(require,module,exports){
},{}]},{},[1])(1)
});
});