diff --git a/markdown.md b/markdown.md index c1a0b4da..d68490e4 100644 --- a/markdown.md +++ b/markdown.md @@ -106,6 +106,11 @@ ___bold italic___ [img]: http://foo.com/img.jpg ``` +```markdown +![Image alt text][img_base64] +[img_base64]: +``` + ### Code ```markdown