Commit 90a15ab6 authored by Alice Mitchell's avatar Alice Mitchell
Browse files

Adjust the markdown

parent 7f869598
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@ Text modes are a single hex character, colours are pairs of hex characters,
     the first colour pair being the foreground colour, the optional second
     setting the background colour.

Text modes
Text modes:

* 0 - Reset / normal
* 1 - Bold / increased intensity
* 2 - Faint / decreaed intensity
@@ -49,6 +50,7 @@ Text modes
* 9 - crossed out

Examples:  

* &0& - reset all attributes
* &36& - set foreground colour to purple
* &11:E3& - dark blue text on yellow background