mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-19 15:30:13 +01:00
wip
This commit is contained in:
parent
be39a0ad78
commit
75bb84620e
17 changed files with 333 additions and 27 deletions
|
|
@ -37,8 +37,7 @@ analyzed to see if it satisfies any supported style. If so, no errors are
|
|||
reported. If not, errors are be reported for whichever style would produce the
|
||||
*fewest* errors (i.e., whichever style is the closest match).
|
||||
|
||||
Note: Pipe alignment for the `aligned` style is based on character count, so
|
||||
wide characters and multi-character encodings can produce unexpected results.
|
||||
Note: Pipe alignment for the `aligned` style is based on ...
|
||||
The following table is correctly aligned based on character count, though some
|
||||
editors render the emoji wider:
|
||||
|
||||
|
|
@ -48,8 +47,8 @@ editors render the emoji wider:
|
|||
```markdown
|
||||
| Response | Emoji |
|
||||
| -------- | ----- |
|
||||
| Yes | ✅ |
|
||||
| No | ❎ |
|
||||
| Yes | ✅ |
|
||||
| No | ❎ |
|
||||
```
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue