rumdl 0.2.45

A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)
Documentation
1
2
3
4
5
6
7
8
9
# The committed JSON schema is compared byte-for-byte against freshly generated
# output (serde always emits LF) in `test_schema_file_is_up_to_date`. Force LF on
# checkout so Windows autocrlf does not turn it into CRLF and break the test.
rumdl.schema.json text eol=lf

# The built-in tools table is regenerated and compared against the committed file
# by `code-block-tools-docs check` (the generator emits LF). Force LF on checkout so
# Windows autocrlf does not turn it into CRLF and break the check.
docs/code-block-tools.md text eol=lf