From 1d4ff7ff33eb06f34d823b34e1e6aba9a66f7e0a Mon Sep 17 00:00:00 2001 From: Shlok T <129102304+shloktech@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:03:30 +0530 Subject: [PATCH] adding docs to md feature Signed-off-by: Shlok T <129102304+shloktech@users.noreply.github.com> --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 583c513..9802c46 100644 --- a/Readme.md +++ b/Readme.md @@ -10,6 +10,14 @@ Simple and straight forward Python utility that converts a Markdown file (`.md`) #### Output .docx file: ![image](https://github.com/user-attachments/assets/3e48a9dd-8fe3-43cc-8246-164c58e95179) +## Word to Markdown Conversion Example: +#### Input .docx file: +![image](https://github.com/user-attachments/assets/2891ebdf-ff36-4fd5-af2f-b35413264b06) + +#### Output .md file: +![image](https://github.com/user-attachments/assets/e46c096b-762e-4f0c-a0ab-f81c3069a533) + + ## Features