https://github.com/codeperfectplus/md2all
Python package to convert markdown to html PDF without CDN support
https://github.com/codeperfectplus/md2all
document-converter markdown markdown2html markdown2pdf pdf-generation pypi-package pypi-source python python-script
Last synced: about 1 month ago
JSON representation
Python package to convert markdown to html PDF without CDN support
- Host: GitHub
- URL: https://github.com/codeperfectplus/md2all
- Owner: codeperfectplus
- License: mit
- Created: 2025-04-25T06:33:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-02T03:22:43.000Z (about 1 month ago)
- Last Synced: 2025-05-07T15:19:46.509Z (about 1 month ago)
- Topics: document-converter, markdown, markdown2html, markdown2pdf, pdf-generation, pypi-package, pypi-source, python, python-script
- Language: CSS
- Homepage:
- Size: 690 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 md2htmlify
A lightweight Python package to convert Markdown files into beautiful, responsive **HTML** documents—styled with **Tailwind CSS**, **MathJax**, and optimized for clean typography.
> Ideal for offline use, this package is perfect for generating documents in secure environments without internet access.


---
## 🚀 Features
- âś… Convert `.md` files into clean **HTML**.
- 🎨 Styled using **Tailwind CSS**
- đź§® Built-in **MathJax** support for LaTeX equations
- 📝 Beautiful, readable typography with Tailwind’s prose class
- 📦 Works offline — no internet or CDN required
- 🔄 Support for CLI---
## 📦 Installation
Install `md2htmlify` using `pip`:
```bash
pip install md2htmlify
```---
## 🖼️ Screenshots
> See `test_data/` for example Markdown and the output.

---
## 🧑‍💻 Author
**Deepak Raj**
[GitHub – codeperfectplus](https://github.com/codeperfectplus)---
## 🤔 Why `md2htmlify`?
> I built `md2htmlify` to make Markdown publishing easier—especially on systems without internet access. With a built-in offline mode, it's ideal for generating clean documents on secure or offline environments.
---
## đź’¬ Contributions Welcome!
This is an open-source project. Found a bug or want a feature?
Feel free to open an issue or pull request.