Skip to content

Commit 7db51d7

Browse files
committed
added images folder
1 parent fb9736b commit 7db51d7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
Loading
Loading

BasicPythonScripts/HTML to markdown/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This script can be used to convert any file with HTML code into markdown(.md) fo
1919

2020
- Sample HTML file
2121

22-
<img src = "https://imgur.com/zFhnG9F.png">
22+
![Input](https://github.com/tanvi355/Awesome_Python_Scripts/blob/main/BasicPythonScripts/HTML%20to%20markdown/Images/sample html file.png)
2323

2424
- Output markdown file
2525

26-
<img src = "https://imgur.com/f1hZKsg.png">
26+
![Output](https://github.com/tanvi355/Awesome_Python_Scripts/blob/main/BasicPythonScripts/HTML%20to%20markdown/Images/output.png)
2727

2828
## Author(s)
2929

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mardownify==0.9.0
1+
markdownify==0.9.0

0 commit comments

Comments
 (0)