@@ 102,11 102,9 @@ along the payload by calling `branca/decode*`.
The return value includes the token version and the nonce as well. You probably
won't need them for anything, but they're included for the sake of completeness.
-****
-There is only one Branca version, `0xBA`. This is represented as a
-single-byte value. Because JVM bytes are _signed_, the value
-is printed as `-70` and not as `186` as you might expect.
-****
+TIP: There is only one Branca version, `0xBA`. This is represented as a
+ single-byte value. Because JVM bytes are _signed_, the value
+ is printed as `-70` and not as `186` as you might expect.
[[error-handling]]
=== Error handling