From d8e5735010ead6ea47734a8335038d4f7b77c0bc Mon Sep 17 00:00:00 2001 From: Shlok T <129102304+shloktech@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:37:48 +0530 Subject: [PATCH] Update Readme.md --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index a5ec392..204db68 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,12 @@ Simple and straight forward Python script that converts a Markdown file (`.md`) to a Microsoft Word document (`.docx`). It supports basic Markdown elements, including headings, bold and italic text, and both unordered and ordered lists. +#### Input .md file: +![image](https://github.com/user-attachments/assets/c2325e52-05a7-4e11-8f28-4eeb3d8c06f5) + +#### Output .docx file: +![image](https://github.com/user-attachments/assets/3e48a9dd-8fe3-43cc-8246-164c58e95179) + ## Features