mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-08 03:06:29 +08:00
Add Mermaid support and .mmd detection #1893
This commit is contained in:
@@ -35,7 +35,8 @@ public sealed class Plugin : IViewer
|
||||
[
|
||||
".md", ".markdown", // The most common Markdown extensions
|
||||
".mdx", // MDX (Markdown + JSX), used in React ecosystems
|
||||
".mmd", // MultiMarkdown (MMD), an extended version of Markdown
|
||||
".mmd", // MultiMarkdown (MMD), an extended version of Markdown or Mermaid diagram source file
|
||||
".mermaid", // Mermaid diagram source file
|
||||
".mkd", ".mdwn", ".mdown", // Early Markdown variants, used by different parsers like Pandoc, Gitit, and Hakyll
|
||||
".mdc", // A Markdown variant used by Cursor AI [Repeated format from ImageViewer]
|
||||
".qmd", // Quarto Markdown, developed by RStudio for scientific computing and reproducible reports
|
||||
|
||||
Reference in New Issue
Block a user