diff --git a/test/index.coffee b/test/index.coffee index 188bf14..238d049 100644 --- a/test/index.coffee +++ b/test/index.coffee @@ -225,6 +225,24 @@ describe 'blockquotes', -> > end ''') + it 'should not break up blockquotes', -> + tidyMdSnippet(''' + > Thank you for attending the \_\_\_\_\_\_ hackathon! Lets go over the rules: + > + > - rule 1 + > - rule 2 + > - rule 3 + ''').should.equal(''' + > Thank you for attending the \_\_\_\_\_\_ hackathon! Lets go over the rules: + > + > - rule 1 + > - rule 2 + > - rule 3 + ''') + + + + describe 'lists', -> it 'should normalize unordered lists', -> tidyMdSnippet('''