Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Simple Rule ExtensionNew to Visual Studio Code? Get it now.
Markdown Simple Rule Extension

Markdown Simple Rule Extension

zhaouv

|
46 installs
| (0) | Free
add some simple rules, personal use
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Simple Rule Extension

Add some simple rules

  • tasklist
    + [ ] tasklist => <input type="checkbox" disabled> tasklist
    + [x] tasklist => <input type="checkbox" disabled checked> tasklist

  • classname
    .classname.cn2.cn3[oneLineContent]
      ↓
    <span class="classname cn2 cn3">lineContent</span>
    ---
    .classname.cn2.cn3[multiLineContent]
      ↓
    <div class="classname cn2 cn3">multiLineContent</div>

Usage

  • Just preview markdown file.

  • You can also press F1 >Convert ClassName Rule
    to convert selected classname rule into html (then it can be rendered correctly in other views).

  • Press F1 >Replace Picture By Base64 to convert a img by base64.

  • Press F1 >Tick : Insert Formatted Time to insert the formatted time.

  • Press F1 >Week : Insert Formatted Time to insert the formatted time - Week.

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