commit 8569c911e3fa48df91a5b088066efe281a24ce24
parent 8b13561ae6eb66cae48c3dfe64aa9995373fa8ba
Author: Andrew Laack <andrew@laack.co>
Date: Sun, 6 Sep 2026 10:23:27 -0500
Bump
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/learning/lib/parser.ml b/learning/lib/parser.ml
@@ -12,6 +12,7 @@ type line_format =
| Link
| ListItem
+
(** [line_format_map format] returns a pair where the first element is the [format] as a string and the second element is the number of characters that format removes from the prefix of a line. *)
let line_format_map format =
match format with