When trying to comment one or multiple lines in YAML frontmatter by pressing ctrl+# the expected result is: ```YAML --- # title: "Test Heading" --- ``` but it places HTML comments ```YAML --- <!-- title: "Test Heading" --> --- ```