* markedjs#1239, markedjs#1262: Escapedpipes
* markedjs#1303: add hard line break when backslash at EOL
* markedjs#1135: update the list of markdown escapes, per commonmark
* markedjs#1224: fix unsafe heading regex
* markedjs#1023: new blockquote rule: match any paragraph-like content up to next line
* markedjs#1245: GFM table compliance
* markedjs#1013, markedjs#1181 fix backticks in inline code and em
* markedjs#1351: fix emphasis closing by single _
* markedjs#1034: make autolinks compliant
* markedjs#1387: fix language identifier parsing
* Restore table escape characters
* remove the unused variable CLASS_OR_ID from domManipulate.js
* add inline math to the formatting menus, and as CtrlorCmd-M
* add color to the math icon when format is applied
* skip the delimiting characters for math and code and del
* skip the delimiting characters for math and code and del
* Update zh_cn.md (#653)
* Update zh_cn.md
* Update zh_cn.md
* Add Markdown MimeType (#648)
* Add Markdown MimeType
XDG Desktop components will identify this program as a Markdown editor
* Add mimetype to package.json
* Removing old Mime
* Explicitly define security guidelines (#652)
* Adjust inline math font (#657)
* add inline math to the formatting menus, and as CtrlorCmd-M
* add color to the math icon when format is applied
* skip the delimiting characters for math and code and del
* skip the delimiting characters for math and code and del
* remove clash with macos minimise by ensuring ctrl-m for inline math
* combine the two conditionals
* fix trailing spaces
* Fix tests and improve CI
* Add xvfb to Linux - still problems with Mocha e2e tests
* Disable Webpack Bundle Analyzer for testing
* Use preinstalled yarn application on AppVeyor
* Fix build failure with latest vue version
* Remove "markdown-toc"
* Fix application title unit test
* Hide electron window during unit tests
* Add basic muya unit tests
* Dirty markdown-toc replacement
* Update dependencies
* Update eslint packages and configuration