Description
Skern produces false positive warnings when parsing inline code and URLs as file paths. The parser incorrectly treats content within inline code blocks and URLs as potential file path references, resulting in spurious warnings.
Expected behavior
Inline code (e.g., backtick-wrapped content) and URLs should not be parsed as file paths. The parser should skip these patterns to avoid false positive warnings.
Current behavior
Warnings are emitted for inline code and URL content that are mistakenly identified as file paths.