mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
parent
410da18a2c
commit
fb31bb5f35
4 changed files with 71 additions and 3 deletions
|
@ -709,6 +709,8 @@ items with hanging indents are okay:
|
|||
|
||||
Tags: html
|
||||
|
||||
Parameters: allowed_elements (array of string; default empty)
|
||||
|
||||
This rule is triggered whenever raw HTML is used in a markdown document:
|
||||
|
||||
<h1>Inline HTML header</h1>
|
||||
|
@ -721,6 +723,8 @@ Rationale: Raw HTML is allowed in markdown, but this rule is included for
|
|||
those who want their documents to only include "pure" markdown, or for those
|
||||
who are rendering markdown documents in something other than HTML.
|
||||
|
||||
Note: To allow specific HTML elements, use the 'allowed_elements' parameter.
|
||||
|
||||
## MD034 - Bare URL used
|
||||
|
||||
Tags: links, url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue