mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Change comment replacement character from " " (with trailing "\") to "." to avoid creating indented code blocks.
This commit is contained in:
parent
c4e236b858
commit
c7d2416f95
4 changed files with 45 additions and 36 deletions
17
test/html-comment-in-markdown-table.md
Normal file
17
test/html-comment-in-markdown-table.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# HTML Comment in Markdown Table
|
||||
|
||||
```xml
|
||||
<!-- comment -->
|
||||
```
|
||||
|
||||
| Table |
|
||||
|-------|
|
||||
| <!-- |
|
||||
|comment|
|
||||
| --> |
|
||||
|
||||
| Table |
|
||||
|-------|
|
||||
| <!-- \
|
||||
\
|
||||
--> |
|
||||
Loading…
Add table
Add a link
Reference in a new issue