diff --git a/src/firebot.mdwn b/src/firebot.mdwn
index aa61766..871bc38 100644
--- a/src/firebot.mdwn
+++ b/src/firebot.mdwn
@@ -54,35 +54,35 @@ a question about x ("what is x?", "who is x?", "wtf is x?"), FireBot
answers with the factoid he gathered.
-- firebot, _x_
-- look up a factoid for _x_
+- firebot, **x**
+- look up a factoid for **x**
-- firebot, _x_ is _y_
-- store _y_ as a factiod about _x_
+- firebot, **x** is **y**
+- store **y** as a factiod about **x**
-- firebot, _x_ is also _y_
-- store _y_ as another factoid about _x_
+- firebot, **x** is also **y**
+- store **y** as another factoid about **x**
-- firebot, append _x_ <= _y_
-- store _y_ as another factoid about _x_. You'd use this for things where _x_ has the word "is" in it, or other things that you can't store with the preceding commands.
+- firebot, append **x** <= **y**
+- store **y** as another factoid about **x**. You'd use this for things where **x** has the word "is" in it, or other things that you can't store with the preceding commands.
-- no, firebot, _x_ is _y_
-- store _y_ as the only factoid about _x_, even if _x_ already has factoids
+- no, firebot, **x** is **y**
+- store **y** as the only factoid about **x**, even if **x** already has factoids
-- firebot, literal _x_
-- display all factoids about _x_
+- firebot, literal **x**
+- display all factoids about **x**
-- firebot, lock _x_
-- do not learn any more factoids about _x_
+- firebot, lock **x**
+- do not learn any more factoids about **x**
-- firebot, unlock _x_
-- resume learning factoids about _x_
+- firebot, unlock **x**
+- resume learning factoids about **x**
-- firebot, forget _x_
-- forget all factoids about _x_
+- firebot, forget **x**
+- forget all factoids about **x**
-- firebot, forget _x_ from _y_
-- forget a single entry (x) that is listed in _y_; _x_ can be a single word, it does not need to be the whole entry
+- firebot, forget **x** from **y**
+- forget a single entry (**x**) that is listed in **y**; **x** can be a single word, it does not need to be the whole entry
- firebot, shut up
- make the bot only respond to factoids when addressed specifically
@@ -111,38 +111,38 @@ Utilities
-- firebot, later tell _whom_ _what_
-- The next time _whom_ says something in the channel, deliver the message _what_ publically.
+- firebot, later tell **whom** **what**
+- The next time **whom** says something in the channel, deliver the message **what** publically.
-- firebot, in _time_ say _what_
-- after _time_ (eg. "15 seconds", "2 hours", "5 days"), announce _what_ in the channel
+- firebot, in **time** say **what**
+- after **time** (eg. "15 seconds", "2 hours", "5 days"), announce **what** in the channel
-- seen _whom_
-- Report the last thing said in the channel by _whom_, and how long ago it was said.
+- seen **whom**
+- Report the last thing said in the channel by **whom**, and how long ago it was said.
-- dict _word_
-- look _word_ up in the dictionary
+- dict **word**
+- look **word** up in the dictionary
-- quote _symbol_
-- get a stock quote for _symbol_
+- quote **symbol**
+- get a stock quote for **symbol**
-- pollen _zip_
-- report pollen forecast for US zip code _zip_
+- pollen **zip**
+- report pollen forecast for US zip code **zip**
-- cdecl explain _jibberish_
-- explain the C declaration _jibberish_ (eg. "cdecl explain struct bar *(*foo)[](int)")
+- cdecl explain **jibberish**
+- explain the C declaration **jibberish** (eg. "cdecl explain struct bar *(*foo)[](int)")
-- cdecl declare _english_
-- give the C declaration for _english_ (eg. "cdecl declare foo as pointer to array of function (int) returning pointer to struct bar")
+- cdecl declare **english**
+- give the C declaration for **english** (eg. "cdecl declare foo as pointer to array of function (int) returning pointer to struct bar")
-- how many _x_ in _y_ _z_
-- determine the number of _x_ items that are contained in _y_ amount of _z_ items (eg. how many miles in 1 light year)
+- how many **x** in **y** **z**
+- determine the number of **x** items that are contained in **y** amount of **z** items (eg. how many miles in 1 light year)
-- how much is _amt_ _source_ in _dest_
-- do a currency conversion from _source_ to _dest_. Both must be three-letter currency codes. (eg. "how much is 100 USD in EUR")
+- how much is **amt** **source** in **dest**
+- do a currency conversion from **source** to **dest**. Both must be three-letter currency codes. (eg. "how much is 100 USD in EUR")
-- calc _expr_
-- calculate _expr_ (eg. "calc 2 * 5")
+- calc **expr**
+- calculate **expr** (eg. "calc 2 * 5")
@@ -152,16 +152,16 @@ Toys
-- 8ball, _question_
-- consult the magic 8-ball regarding _question_
+- 8ball, **question**
+- consult the magic 8-ball regarding **question**
-- _nickname_++
-- add a whuffie point for _nickname_
+- **nickname**++
+- add a whuffie point for **nickname**
-- _nickname_--
-- remove a whuffie point for _nickname_
+- **nickname**--
+- remove a whuffie point for **nickname**
-- whuffie for _nickname_
-- check the whuffie for _nickname_
+- whuffie for **nickname**
+- check the whuffie for **nickname**