mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
11 lines
152 B
Markdown
11 lines
152 B
Markdown
# Emphasis style underscore
|
|
|
|
This is _fine_
|
|
|
|
This is *not* {MD049}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD049": {
|
|
"style": "underscore"
|
|
}
|
|
} -->
|