Single line

This commit is contained in:
Bob Mottram 2016-09-09 17:02:56 +01:00
parent c19f37f05f
commit 11205d982c
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ function new_blog {
echo '' >> ~/.new-blog-entry
echo $'Add your text here' >> ~/.new-blog-entry
echo '' >> ~/.new-blog-entry
echo $'To include an image copy it into the ~/CreateBlog/content/images directory,' >> ~/.new-blog-entry
echo $'Then link to it with:' >> ~/.new-blog-entry
echo -n $'To include an image copy it into the ~/CreateBlog/content/images directory, ' >> ~/.new-blog-entry
echo $'then link to it with:' >> ~/.new-blog-entry
echo '' >> ~/.new-blog-entry
echo $'![My image]({filename}images/myimage.jpg)' >> ~/.new-blog-entry
echo '' >> ~/.new-blog-entry