markdownlint/test/blockquote_spaces.md

42 lines
497 B
Markdown
Raw Normal View History

# blockquote_spaces
2015-03-11 18:40:46 -07:00
Some text
> Hello world
> Foo {MD027}
> Bar {MD027}
This tests other things embedded in the blockquote:
- foo
2015-03-11 18:40:46 -07:00
> *Hello world*
> *foo* {MD027}
> **bar** {MD027}
> "Baz" {MD027}
> `qux` {MD027}
> *foo* more text
> **bar** more text
> 'baz' more text
> `qux` more text
>
> - foo
2015-03-11 18:40:46 -07:00
Test the first line being indented too much:
> Foo {MD027}
> Bar {MD027}
> Baz
Test spaces before the blockquote:
> Text {MD027}
Text
> Text {MD027}
Text
> Text {MD027}