Robot Framework 7.5 executes tests embedded in Markdown files (`*.robot.md`, and `*.md`/`*.markdown` via `--extension`/`--parseinclude`) and accepts Markdown resources, alongside the reStructuredText support it has had since 3.1. RobotCode only nominally accepts these files: the raw Markdown/reST text is tokenised as Robot syntax, so an imported `keywords.md`/`keywords.rst` resource yields a false "resource is empty" warning and "keyword not found" errors, `.robot.md`/`.robot.rst` suites get no hover, completion, diagnostics or navigation in the editor, `analyze code` silently skips them, `discover files` does not list them, and the test explorer navigates to wrong lines because Robot Framework reports line numbers relative to the concatenated code blocks (an upstream report is planned in `support-rf75`, task 6.1; once filed, its URL is the trigger for switching the remap off).
0 commit comments