consolidate notes
[mdref/mdref-http] / http / Message / reverse.md
index 9189589b4ca2fcda68fe6301b07a290fb9105722..00d8c15ddee06ee12c5838a8c8cea2d533aec5ab 100644 (file)
@@ -2,7 +2,8 @@
 
 Reverse the message chain and return the former top-most message.
 
-> **Note:** Message chains are ordered in reverse-parsed order by default, i.e. the last parsed message is the message you'll receive from any call parsing HTTP messages.
+> ***NOTE:***  
+> Message chains are ordered in reverse-parsed order by default, i.e. the last parsed message is the message you'll receive from any call parsing HTTP messages.
 >
 > This call re-orders the messages of the chain and returns the message that was parsed first with any later parsed messages re-parentized.