Ran Luo
230c90c920
container block preview and inline syntax error ( #992 )
...
* opti: container block preview
* remove unused codes
* rewrite createBlock method
* remove ag-line classname
* just push codes
* hand enter + shift in paragraph
* update import markdown and export markdown
* update part updateCtrl
* update indent code block
* auto indent when press shift + enter
* update thematic break
* update inline syntax update reg
* update list and task list
* update atx heading and setext heading
* update paragraph
* update block quote
* adjust cursor in heading
* update codes
* paragraph turn into feature check
* check copy paste
* update turn into
* fix: delete last # error
* fix: turn setext heading to atx heading error
* fix: delete thematic break error
* paste and copy
* workarond turndown to support soft line break
* fix: unable create table
* modify export markdown
* modify test markdown
* fix: cursor error when update blockquote
* readd cursor check when dispatch changes
* fix: inline math create a lot extra char
* add code cache clear after each render
* fallback to prismjs2
2019-05-04 23:41:46 +08:00
Felix Häusler
1c4ec7cae4
add list indentation settings ( #900 )
2019-04-10 22:43:21 +08:00
Ran Luo
5f191681b7
fix list parse error in block quote ( #840 )
...
* fix list parse error in block quote
* remove debug codes
* add test unit of blockquote
* remove failed test unit
2019-04-02 12:06:11 +02:00
Felix Häusler
270d33f6c8
fix: update list item lexer and parser ( #803 )
...
* fix: CommonMark 264
* fix: muya list behavior
2019-03-27 19:51:46 +08:00
Felix Häusler
2ce05829d7
Fix tests and improve CI ( #590 )
...
* 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
2018-12-17 10:29:37 +08:00