sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit afd49c52e441215f581dd9ad55ac269644cbd517
parent bfea05be7798690d75fa3b547e9908d77aa8796d
Author: Laslo Hunhold <laslo@hunhold.de>
Date:   Sat,  3 Jan 2026 11:44:10 +0100

Fix Markdown Underline Formatting

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mlibs.suckless.org/libgrapheme/index.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs.suckless.org/libgrapheme/index.md b/libs.suckless.org/libgrapheme/index.md @@ -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