More readable table in viewing source (#706)

This commit is contained in:
Peter Hebden 2022-08-14 18:00:41 +01:00 committed by GitHub
parent 5d02ed8c37
commit 69280152c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ use crate::style::parse_next_u8;
/// The following list of 16 base colors are available for almost all terminals (Windows 7 and 8 included). /// The following list of 16 base colors are available for almost all terminals (Windows 7 and 8 included).
/// ///
/// | Light | Dark | /// | Light | Dark |
/// | :--| :-- | /// | :--------- | :------------ |
/// | `DarkGrey` | `Black` | /// | `DarkGrey` | `Black` |
/// | `Red` | `DarkRed` | /// | `Red` | `DarkRed` |
/// | `Green` | `DarkGreen` | /// | `Green` | `DarkGreen` |