Skip to content
Snippets Groups Projects
Unverified Commit 11205d98 authored by Bob Mottram's avatar Bob Mottram
Browse files

Single line

parent c19f37f0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment