Change comment replacement character from " " (with trailing "\") to "." to avoid creating indented code blocks.

This commit is contained in:
David Anson 2021-01-30 14:36:11 -08:00
parent c4e236b858
commit c7d2416f95
4 changed files with 45 additions and 36 deletions

View file

@ -0,0 +1,17 @@
# HTML Comment in Markdown Table
```xml
<!-- comment -->
```
| Table |
|-------|
| <!-- |
|comment|
| --> |
| Table |
|-------|
| <!-- \
\
--> |