Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>md-maicNew to Visual Studio Code? Get it now.
md-maic

md-maic

ZoMaii

|
67 installs
| (0) | Free
markdown dialect format
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown dialect format


       

🤗 open-source on GitHub! | 🎯 edit file by VSCode(TS/JSON)

📏 Formatting markdown dialect

Formatting selected Text by key: Ctrl + Shfit + A

H~2~o => H2O
E=mc^2 => E=mc2
==hello== => hello
redtext::&red:: => redtext
warning::#FFD700::=> warning
日本語::!にほんご:: => 日本語にほんご
MS::mircosoft:: => MS

📐 Multi-line formatting

Alt + MOUSE to select line,and then Ctrl + Shift + P to select md-maic.*

🗺️ Multi-language support

We provide multi-language support, you just need to add your language in the conf/lang/ folder or enable fetching from the web on conf/maic/cloud.repo.json!

🧱 AllowList and BlockList

By setting up a allow and block list in the Syntax.json file, you can specify which regulars to use and which ones not to use.

$$, $ As the Latex part of the code, the wrapped text is excluded from regular expression parsing by default and is located in the blocklist.

📃 custom your syntax.json

Pack your REGEX、Apply to AllowList or BlockList. This is a new setting! read more

      "sup": {
        "index": null,
        "RegExp": ["L1xeKFxkKykvZw==","L1xeKFteXHNdKykvZw==" , "L1xeKC9kKylcXi9n"],
        "element": "<sup>$1</sup>",
        "Group":"FreeStyle"
      }

🏘️ Organizational rules support

I have not set up the syntax.json file to be taken from the maichc.club network, but your organization can provide you with online syntax.json file support.

😯 Report problems to me

If you encounter any problems or bugs, or have any ideas, please feel free to submit an issue on md-maic's GITHUB page.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft