docs/Writerside/topics/hash_key.h.md

changeset 1244
9a8e781258ac
parent 1147
52802c36b261
--- a/docs/Writerside/topics/hash_key.h.md	Tue Mar 11 12:05:01 2025 +0100
+++ b/docs/Writerside/topics/hash_key.h.md	Wed Mar 12 16:08:35 2025 +0100
@@ -25,10 +25,9 @@
 
 In all cases, the hash will be available in the `hash` field of the returned structure.
 
-<note>
-UCX assigns the hash value <code>1574210520</code> to the <code>NULL</code> pointer.
-This is a careful choice which is not standard MurmurHash2 and an extension to support <code>NULL</code> pointers.
-</note>
+
+> UCX assigns the hash value `1574210520` to the `NULL` pointer.
+> This is a careful choice which is not standard MurmurHash2 and an extension to support `NULL` pointers.
 
 If you want to create a hash completely manually,
 you can initialize the `data` and `len` members of `CxHashKey`

mercurial