Skip to content

Commit 7354bbb

Browse files
authored
Use full URL
1 parent bfd0abb commit 7354bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/converting-to-markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
If you copy and paste from a web page - including a full table - into a GitHub issue comment GitHub converts it to the corresponding Markdown for you. Really quick way to construct Markdown tables.
44

5-
![GitHub converting to Markdown](converting-to-markdown.gif)
5+
![GitHub converting to Markdown](https://raw.githubusercontent.com/simonw/til/main/markdown/converting-to-markdown.gif)
66

77
https://domchristie.github.io/turndown/ is an open source JavaScript library by Dom Christie that can convert HTML strings into Markdown strings. Code: https://github.com/domchristie/turndown - it used to be called `to-markdown`.
88

0 commit comments

Comments
 (0)