Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/shloktech/md2docx-python int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
shloktech committed Aug 11, 2024
2 parents 4aec3a6 + 8dd9c0a commit 37f1cd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37f1cd2

Please sign in to comment.