Skip to content

Bug not bug #1

@manumacro

Description

@manumacro

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions