Skip to content

Commit 9db19d3

Browse files
committed
added image instructions
1 parent d13f960 commit 9db19d3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

content/image.md

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

dist/articles/image.html

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

documentation/adding_images.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
option 1) use base64 (recommended due to independence)
2+
![Hello World]( data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAADgAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/)
3+
option 2) use hosted web links
4+
![Alt text](https://somelink.com/img.png)
5+

0 commit comments

Comments
 (0)