2020-11-15 17:03:20 -08:00
|
|
|
# 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:
|
|
|
|
|
2020-01-26 20:50:05 -08:00
|
|
|
- foo
|
|
|
|
|
2015-03-11 18:40:46 -07:00
|
|
|
> *Hello world*
|
|
|
|
> *foo* {MD027}
|
|
|
|
> **bar** {MD027}
|
|
|
|
> "Baz" {MD027}
|
2015-09-26 21:16:03 -07:00
|
|
|
> `qux` {MD027}
|
|
|
|
> *foo* more text
|
|
|
|
> **bar** more text
|
|
|
|
> 'baz' more text
|
|
|
|
> `qux` more text
|
2020-01-26 20:50:05 -08:00
|
|
|
>
|
|
|
|
> - foo
|
2015-03-11 18:40:46 -07:00
|
|
|
|
|
|
|
Test the first line being indented too much:
|
|
|
|
|
|
|
|
> Foo {MD027}
|
|
|
|
> Bar {MD027}
|
2015-09-26 21:16:03 -07:00
|
|
|
> Baz
|
2017-10-29 20:54:14 -07:00
|
|
|
|
|
|
|
Test spaces before the blockquote:
|
|
|
|
|
|
|
|
> Text {MD027}
|
|
|
|
|
|
|
|
Text
|
|
|
|
|
|
|
|
> Text {MD027}
|
|
|
|
|
|
|
|
Text
|
|
|
|
|
|
|
|
> Text {MD027}
|
2024-02-25 15:06:28 -08:00
|
|
|
|
|
|
|
Test nothing in the blockquote:
|
|
|
|
|
|
|
|
<!-- markdownlint-disable no-trailing-spaces -->
|
|
|
|
|
|
|
|
>
|
|
|
|
{MD027:-1}
|
2024-10-28 21:40:39 -07:00
|
|
|
|
|
|
|
<!-- markdownlint-disable code-block-style -->
|
|
|
|
|
|
|
|
> Blockquoted code blocks:
|
|
|
|
>
|
|
|
|
> Code
|
|
|
|
> Code
|
|
|
|
> Code
|
|
|
|
>
|
|
|
|
> ```text
|
|
|
|
> Code
|
|
|
|
> Code
|
|
|
|
> Code
|
|
|
|
> ```
|