Martin Tirion

Results 6 issues of Martin Tirion

I have a liquid-file 'data-converters\gender.liquid' with this content: ```yaml {%- case gender -%} {%- when "M" -%}male {%- when "F" -%}female {%- else -%}other {%- endcase -%} ``` I uses...

## New Rule Checklist Before suggesting a rule for inclusion please make sure your suggestion meets these criteria for rule built into markdownlint: - [x] allows a user to lint...

new rule

When using a glob pattern for documentation files (e.g. src=., files = **/docs/**/*.md), using just ResourceFolderNames doesn't work. The entire tree of src is scanned for all folders with the...

bug

This is a Newby question for this plugin I'm afraid. typedoc normally generates a hierarchy of the APi. Adding this plugin with or without --allReflectionsHaveOwnDocument results in a modules.md (just...

When you have a header with an underscore and reference the header, the link is not recognized. Example: ```markdown # This is a header with something_else in it The [link](#this-is-a-header-with-something_else-in-it)...

bug
DocLinkChecker

This especially happens on Windows. Link in markdown document "./some-folder/some-document.md#topic" doesn't work on Windows, as the paths coming from the file system api returns something like "c:\temp\docs\some-folder\some-document.md". The path separators...

bug
DocLinkChecker