diff --git a/_includes/ref_p2p_networking.md b/_includes/ref_p2p_networking.md
index 5f264691..5dc1cc4a 100644
--- a/_includes/ref_p2p_networking.md
+++ b/_includes/ref_p2p_networking.md
@@ -54,13 +54,13 @@ The table below lists some notable versions of the P2P network protocol,
with the most recent versions listed first. (If you would like to help
document older protocol versions, please [open an issue][docs issue].)
-| Version | Implementation | Major Changes
-|---------|-------------------------------------|--------------
-| 70002 | Bitcoin Core 0.9.0
(Mar. 2014) | - Added `reject` message (see [BIP61][]).
- Send multiple `inv` messages in response to `mempool` message if necessary.
-| 70001 | Bitcoin Core 0.8.0
(Feb. 2013) | - Added `filterload` message.
- Added `filteradd` message.
- Added `filterclear` message.
- Added `merkleblock` message; also added relay field to `version` message and `MSG_FILTERED_BLOCK` inventory type to `getdata` message (see [BIP37][]).
-| 60002 | Bitcoin Core 0.7.0
(Sep. 2012) | - Added `mempool` message.
- Extended `getdata` message to allow download of memory pool transactions (see [BIP35][]).
-| 60001 | Bitcoin Core 0.6.1
(May. 2012) | - Added `pong` message (see [BIP31][]).
-| 60000 | Bitcoin Core 0.6.0
(Mar. 2012) | - Separated protocol version from Bitcoin Core version (see [BIP14][]).
+| Version | Implementation | Major Changes
+|---------|------------------------------------|--------------
+| 70002 | Bitcoin Core 0.9.0
(Mar 2014) | • Send multiple `inv` messages in response to a `mempool` message if necessary
[BIP61][]:
• Added `reject` message
+| 70001 | Bitcoin Core 0.8.0
(Feb 2013) | [BIP37][]:
• Added `filterload` message.
• Added `filteradd` message.
• Added `filterclear` message.
• Added `merkleblock` message.
• Added relay field to `version` message
• Added `MSG_FILTERED_BLOCK` inventory type to `getdata` message.
+| 60002 | Bitcoin Core 0.7.0
(Sep 2012) | [BIP35][]:
• Added `mempool` message.
• Extended `getdata` message to allow download of memory pool transactions
+| 60001 | Bitcoin Core 0.6.1
(May 2012) | [BIP31][]:
• Added `pong` message
+| 60000 | Bitcoin Core 0.6.0
(Mar 2012) | [BIP14][]:
• Separated protocol version from Bitcoin Core version
{% endautocrossref %}