mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-03 00:50:15 +01:00
Add MD049/emphasis-style (fixes #150).
This commit is contained in:
parent
aa8aa83db8
commit
39724b991a
27 changed files with 418 additions and 35 deletions
|
|
@ -32,15 +32,15 @@ This long line includes a simple [reference][label] link and is long enough to v
|
|||
|
||||
*[This long line is comprised of an emphasized link](https://example.com "This is the long link's title")*
|
||||
|
||||
_[This long line is comprised of an emphasized link](https://example.com "This is the long link's title")_
|
||||
_[This long line is comprised of an emphasized link {MD049}](https://example.com "This is the long link's title")_
|
||||
|
||||
**[This long line is comprised of a bolded link](https://example.com "This is the long link's title")**
|
||||
|
||||
__[This long line is comprised of a bolded link {MD050}](https://example.com "This is the long link's title")__
|
||||
|
||||
_**[This long line is comprised of an emphasized and bolded link](https://example.com "This is the long link's title")**_
|
||||
_**[This long line is comprised of an emphasized and bolded link {MD049}](https://example.com "This is the long link's title")**_
|
||||
|
||||
**_[This long line is comprised of an emphasized and bolded link](https://example.com "This is the long link's title")_**
|
||||
**_[This long line is comprised of an emphasized and bolded link {MD049}](https://example.com "This is the long link's title")_**
|
||||
|
||||
*[](https://example.com "This long line is comprised of an emphasized link with empty text and a non-empty title")*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue