ecmarkdown icon indicating copy to clipboard operation
ecmarkdown copied to clipboard

Fix parse error for dedenting lists

Open bterlson opened this issue 10 years ago • 0 comments

  * foo
* bar

will throw a parse error because the bar list item is dedented past the origin list item.

bterlson avatar Jul 29 '15 23:07 bterlson