Skip to content

Commit 6253384

Browse files
authoredJan 20, 2025··
Embedded Images in Markdown (#2174)
[GFM](https://loilo.github.io/gfm-preview/) now supports the ability to embed Base64 encoded images in Markdown.
1 parent 83e30b2 commit 6253384

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎markdown.md

+5
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ ___bold italic___
106106
[img]: http://foo.com/img.jpg
107107
```
108108

109+
```markdown
110+
![Image alt text][img_base64]
111+
[img_base64]: <data:image/png;base64,...>
112+
```
113+
109114
### Code
110115

111116
```markdown

0 commit comments

Comments
 (0)
Please sign in to comment.