]> git.xolatile.top Git - public-libhl.git/commitdiff
ensure proper md
authoranon <anon@anon.anon>
Mon, 18 Sep 2023 19:43:38 +0000 (21:43 +0200)
committeranon <anon@anon.anon>
Mon, 18 Sep 2023 19:43:38 +0000 (21:43 +0200)
README.md

index 91086fbd32b5ec902523b71738873a9671006483..2f87eceb8326dc87ea9b2b44f470101672e8926d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ The type used for defining appropriate callbacks for render_string().
 + length     - number of characters that matched a highlighting rule
 + attributes - arbitrary data associated with the matched rule; intended to hold color/font information for example
 
+
        typedef struct {
                char * key;
                attribute_callback_t callback;