mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-21 22:46:10 +01:00
21 lines
287 B
Markdown
21 lines
287 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}
|
||
|
|
> *foo*
|
||
|
|
> **bar**
|
||
|
|
> 'baz'
|
||
|
|
|
||
|
|
Test the first line being indented too much:
|
||
|
|
|
||
|
|
> Foo {MD027}
|
||
|
|
> Bar {MD027}
|
||
|
|
> Baz
|