[wiki] [sites] Fix Markdown Underline Formatting || Laslo Hunhold
commit afd49c52e441215f581dd9ad55ac269644cbd517
Author: Laslo Hunhold <laslo_AT_hunhold.de>
Date: Sat Jan 3 11:44:10 2026 +0100
Fix Markdown Underline Formatting
Signed-off-by: Laslo Hunhold <dev_AT_frign.de>
diff --git a/libs.suckless.org/libgrapheme/index.md b/libs.suckless.org/libgrapheme/index.md
index 6bb617f7..3ba1694b 100644
--- a/libs.suckless.org/libgrapheme/index.md
+++ b/libs.suckless.org/libgrapheme/index.md
_AT_@ -164,9 +164,9 @@ grapheme cluster segmentation even though the underlying algorithm is
not stateless). As an additional factor, libutf8proc's UTF-8-decoder
is unsafe, as it allows overlong encodings that can be easily used for
exploits. While libunistring has expanded their API offering e.g.
-u8_grapheme_next() and u8_grapheme_prev() that are standard conformant,
+u8\_grapheme\_next() and u8\_grapheme\_prev() that are standard conformant,
its API still contains not-explicitly deprecated functions assuming
-an older data model, for instance uc_is_grapheme_break().
+an older data model, for instance uc\_is\_grapheme\_break().
While ICU and libunistring offer a lot of functions and the weight mostly
comes from locale-data provided by the Unicode standard, which is applied
Received on Sat Jan 03 2026 - 11:44:20 CET
This archive was generated by hypermail 2.3.0
: Sat Jan 03 2026 - 11:48:43 CET