Path: blob/main/tests/docs/ast/test-pandoc-native-raw-in-meta.qmd
3562 views
--- format: html key-good: "`Str \"path-to-directory-with--two-dashes/file\"`{=pandoc-native}" key-bad: path-to-directory-with--two-dashes/file _quarto: tests: html: ensureFileRegexMatches: - ["--"] - ["–"] --- Hello {{< meta key-good >}}. (This would fail with `{{{< meta key-bad >}}}`)