This commit is contained in:
David Anson 2025-11-22 19:40:26 -08:00
parent be39a0ad78
commit 75bb84620e
17 changed files with 333 additions and 27 deletions

View file

@ -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 -->