Re-add note that markdown formatting is supported

We had a note saying that StoryBoard supported markdown formatting
for text! We lost it somewhere in the Great Timeline Events Rework
of '16. This puts the note back again, and adds it to the
'create new story' dialogue for good measure.

Story: 2000712
Task: 3192

Change-Id: I24f52ec0808cf171505028dd9a25b6af8d5597e7
This commit is contained in:
Zara 2016-08-30 19:38:53 +00:00
parent 8d5af77d5b
commit 4bd0db5978
2 changed files with 12 additions and 0 deletions

View File

@ -247,6 +247,10 @@
ng-click="preview = !preview">
Toggle Preview
</button>
<a class="btn btn-link" target="_blank"
href="http://daringfireball.net/projects/markdown/basics">
Markdown formatting is supported.
</a>
</div>
</div>
</form>
@ -413,6 +417,10 @@
ng-disabled="!commentForm.$valid || isSavingComment">
Toggle Preview
</button>
<a class="btn btn-link" target="_blank"
href="http://daringfireball.net/projects/markdown/basics">
Markdown formatting is supported
</a>
</div>
</form>
<hr />

View File

@ -136,6 +136,10 @@
&plus;
Add another task
</button>
<a class="btn btn-link" target="_blank"
href="http://daringfireball.net/projects/markdown/basics">
Markdown formatting is supported
</a>
</div>
<div class="col-xs-6 text-right">
<button type="button"