📝 Markdown Showcase - A Powerful Markdown Previewer for VS Code
Markdown Showcase is a lightweight yet powerful extension for Visual Studio Code that provides a live preview of Markdown files. It supports images (local & remote), themes, tables, quotes, and more.
🚀 Features
✅ Live Markdown Preview – Automatically updates as you type.<br>
✅ Supports Local & Remote Images – Displays images from your system or the web.<br>
✅ Light & Dark Themes – Switch themes easily from the toolbar.<br>
✅ Enhanced Table & Quote Styling – Styled to match GitHub’s Markdown.<br>
✅ Context Menu Integration – Right-click a Markdown file to open the preview.<br>
🛠️ Installation
Install via VS Code:
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X)
- Search for "Markdown Showcase"
- Click Install
Install via Command:
Run the following command in VS Code:
ext install NSTechBytes.markdown-showcase
📚 Usage
- Open a Markdown (
.md) file
- Open the Command Palette (
Ctrl+Shift+P)
- Search for "Markdown Showcase: Open Markdown Preview" and select it.
- OR Right-click the file and choose "Open Markdown Showcase" from the context menu.
🎨 Theme Customization
- Click the theme selector in the preview.
- Choose between Light Mode or Dark Mode.
- The setting is saved automatically for future sessions.
Showcase

🛠️ Development & Contribution
Want to improve Markdown Showcase? Feel free to fork this repository and submit a pull request.
Clone the Repository:
git clone https://github.com/NSTechBytes/Markdown-Showcase.git
Install Dependencies:
npm install
Run the Extension in VS Code:
npm run test
🐟 License
This project is licensed under the Apache 2.0 License.
⭐ Support
If you like Markdown Showcase, please star ⭐ this repository! 😊
For issues & feature requests, open an issue on GitHub.