-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
In the simple_markup.ml file, I imagine that line 48 (indentation function) should be
| '\t' -> loop (n + 1) (indent + ts) max
instead of
| '\t' -> loop (n + 1) (indent + 8) max
As the ts=8 optional argument of the function is currently nowhere used in the code, this typo has no impact / is not a bug.
Sincerely yours
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels