From d8865c861427cbd0ab3164d975788f119b5a670b Mon Sep 17 00:00:00 2001 From: akagaeng Date: Fri, 9 Nov 2018 13:47:38 +0900 Subject: [PATCH] markdown heading fixes add space after hashtag --- overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overview.md b/overview.md index 99f9d65..c2b738b 100644 --- a/overview.md +++ b/overview.md @@ -1,7 +1,7 @@ -#Send Email +# Send Email This extension takes care of sending email within your build or release pipeline -##What can you do +## What can you do * Send email to 1 or more addresses (To, CC and BCC) * Configure a SMTP server @@ -16,9 +16,9 @@ Fixed a bug that build variables are not expanded in the build body and subject *2-9-2016* Added Anonymous authentication. Leave the username and password field blank to send with anonymous access -##More information +## More information Source can be found here on [Github](https://github.com/renevanosnabrugge/SendEmail-BuildTask) Follow my blog for updates [Road to ALM](http://www.roadtoalm.com) -Or follow my company [Xpirit](http://xpirit.com) \ No newline at end of file +Or follow my company [Xpirit](http://xpirit.com)