mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
This should be backward compatible, as all "header" aliases are still available, though documented as discouraged for future use.
17 lines
252 B
Markdown
17 lines
252 B
Markdown
# Simplified examples from issue #26
|
|
|
|
* Item
|
|
* **Emphasized item**
|
|
* Item
|
|
|
|
_Emphasis as heading {MD036}_
|
|
|
|
1. **Emphasized item**
|
|
* Item
|
|
* Item
|
|
1. **Emphasized item**
|
|
* Item
|
|
* **Emphasized item**
|
|
* Item
|
|
|
|
**Emphasis as heading {MD036}**
|