mdm is a simple Markdown preview tool for the terminal. It allows you to quickly view the content of Markdown files directly in your terminal with formatted output.
- You can install
md_preview022using pip:
pip install md_preview022- example :
mdm path/to/your/README.md-
Clone the Repository
git clone https://github.com/akaashvaa/preview_md_file.git cd preview_md_file -
Install the Package Locally
Install the package in editable mode. This allows you to make changes to the code and see those changes without reinstalling the package.
pip install -e . -
Install Dependencies
Ensure you have the required dependencies. Install them using:
pip install -r requirements.txt
-
Run and Test
Use the
mdmcommand to test your changes. For example:mdm path/to/your/README.md
This project is licensed under the MIT License. See the LICENSE file for details.