Eugene Shchepotev

Results 2 issues of Eugene Shchepotev

Due to bug in `editorconfig.js` (https://github.com/editorconfig/editorconfig-core-js): ```js function getConfigFileNames(filepath, options) { var paths = []; do { filepath = path.dirname(filepath); paths.push(path.join(filepath, options.config)); } while (filepath !== options.root); return paths; }...

`marked` 0.3.14 has been released with fix of regexp for inline code: https://github.com/markedjs/marked/issues/312 But this fix has broken internal logic of converting symbols