markdown/README.template.md in markdown_helper-1.6.1 vs markdown/README.template.md in markdown_helper-1.7.0
- old
+ new
@@ -33,11 +33,11 @@
You can suppress those comments using the <code>pristine</code> option.
## File Inclusion
-![include_icon](images/include.png | width=50)
+![include_icon](../images/include.png | width=50)
This markdown helper enables file inclusion in GitHub markdown.
(Actually, this README file itself is built using file inclusion.)
@@ -93,11 +93,11 @@
@[code_block](include.md)
## Image Path Resolution
-![image_icon](images/image.png | width=50)
+![image_icon](../images/image.png | width=50)
This markdown helper enables image path resolution in GitHub markdown.
(Actually, this README file itself is built using image path resolution.)
@@ -131,10 +131,10 @@
@[code_block](resolve.md)
## Image Attributes
-![html_icon](images/html.png | width=50)
+![html_icon](../images/html.png | width=50)
This markdown helper enables HTML image attributes in GitHub markdown [image descriptions](https://github.github.com/gfm/#image-description).
(Actually, this README file itself is built using image attributes.)