Skip to content

Commit 241cdce

Browse files
authored
Merge pull request #30 from shloktech/enahnced-readme-for-word-to-md-conversion-feature
Enhanced Readme for word to md conversion feature
2 parents a9a37dc + 1201d47 commit 241cdce

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Markdown to Word Converter
1+
# Word to Markdown and Markdown to Word Converter
22

33
## Overview
44

5-
Simple and straight forward Python utility that converts Markdown files (`.md`) to Microsoft Word documents (`.docx`) and vice versa. It supports multiple Markdown elements, including headings, bold and italic text, both unordered and ordered lists, and many more.
5+
Simple and straight forward Python utility that converts Microsoft Word documents (`.docx`) to Markdown files (`.md`) and vice versa. It supports multiple Markdown elements, including headings, bold and italic text, both unordered and ordered lists, and many more.
66

77
## Word to Markdown Conversion Example:
88
#### Input .docx file:
@@ -152,6 +152,14 @@ Here are some reasons why this repo might be considered better or more suitable
152152
- **Format Preservation**: Maintains formatting and structure when converting between formats
153153
- **Flexibility**: Easily switch between Markdown and Word formats based on your needs
154154

155+
156+
### 10. **Handles Code Blocks in Word or Markdown**
157+
- If you have code written in Word or Markdown, this utility seamlessly handles it.
158+
- **For Word**: Code blocks written in Word will be converted and added in proper code formatting for Markdown.
159+
- **For Markdown**: Code blocks written in Markdown will be formatted and integrated neatly into Word documents.
160+
- Refer to the images above for a visual reference.
161+
162+
155163
### Comparison to Other Scripts
156164
- **Feature Set**: Some scripts may lack comprehensive support for Markdown features or may not handle lists and text formatting well.
157165
- **Performance**: Depending on the implementation, performance might vary. This script is designed to be efficient for typical Markdown files.

0 commit comments

Comments
 (0)