md: ignore a warning

This commit is contained in:
Sylvestre Ledru 2023-03-04 14:47:14 +01:00
parent c68324a58c
commit fe2517041f

View file

@ -86,6 +86,7 @@ If you want to get fancy and exhaustive, generate a table:
|------------------------|--------------|------------------|-----------------|-------------------|
| `wc <FILE>` | 1.3965 | 1.6182 | 5.2967 | 2.2294 |
| `wc -c <FILE>` | 0.8134 | 1.2774 | 0.7732 | 0.9106 |
<!-- markdownlint-disable-next-line MD033 -->
| `uucat <FILE> | wc -c` | 2.7760 | 2.5565 | 2.3769 | 2.3982 |
| `wc -l <FILE>` | 1.1441 | 1.2854 | 2.9681 | 1.1493 |
| `wc -L <FILE>` | 2.1087 | 1.2551 | 5.4577 | 2.1490 |