docs(about): Fix formatting

This commit is contained in:
Ed Page 2019-06-26 21:52:49 -06:00 committed by GitHub
parent b5e75d3348
commit 9692f7cd46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,15 +34,15 @@ Whitelist: A confidence rating is given for how close a word is to one in the wh
| | defenestrate | [scspell3k] | [bloom42/misspell][misspell-rs] | [client9/misspell][misspell-go] |
|---------------|----------------------|-------------|---------------------------------|---------------------------------|
| "Runtime" | Rust ([#18][def-18] | Python | Rust | None |
| "Runtime" | Rust ([#18][def-18]) | Python | Rust | None |
| Dictionary | Blacklist | Whitelist | Blacklist | Blacklist |
| Custom Dict | No ([#9][def-9] | Yes | No | ? |
| Per-Lang Dict | No ([#14][def-14] | Yes | No | ? |
| Custom Dict | No ([#9][def-9]) | Yes | No | ? |
| Per-Lang Dict | No ([#14][def-14]) | Yes | No | ? |
| CamelCase | Yes | Yes | No | ? |
| snake_case | Yes | Yes | No | ? |
| Ignore Hex | No ([#19][def-19] | Yes | No | ? |
| C-Escapes | No ([#20][def-3] | Yes | No | ? |
| Encodings | UTF-8 ([#17][def-17] | Auto | UTF-8 | ? |
| Ignore Hex | No ([#19][def-19]) | Yes | No | ? |
| C-Escapes | No ([#20][def-3]) | Yes | No | ? |
| Encodings | UTF-8 ([#17][def-17]) | Auto | UTF-8 | ? |
| API | Rust / [JSON Lines] | None | Rust | ? |
| License | MIT | Apache | GPLv2 | AGPL | MIT |