markdownlint/test/blockquote_spaces.md
2016-09-09 10:30:22 +09:00

31 lines
419 B
Markdown

Some text
> Hello world
> Foo {MD027}
> Bar {MD027}
This tests other things embedded in the blockquote:
> *Hello world*
> *foo* {MD027}
> **bar** {MD027}
> "Baz" {MD027}
> `qux` {MD027}
> *foo* more text
> **bar** more text
> 'baz' more text
> `qux` more text
Test the first line being indented too much:
> Foo {MD027}
> Bar {MD027}
> Baz
Nested blockquote
> A {MD027}
>
> > B {MD027}
>
> C {MD027}