From 4bd0db597861f6a8c1d98608fbd1f055d4398695 Mon Sep 17 00:00:00 2001 From: Zara Date: Tue, 30 Aug 2016 19:38:53 +0000 Subject: [PATCH] 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 --- src/app/stories/template/detail.html | 8 ++++++++ src/app/stories/template/new.html | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/src/app/stories/template/detail.html b/src/app/stories/template/detail.html index e603b637..0cb7d0e1 100644 --- a/src/app/stories/template/detail.html +++ b/src/app/stories/template/detail.html @@ -247,6 +247,10 @@ ng-click="preview = !preview"> Toggle Preview + + Markdown formatting is supported. + @@ -413,6 +417,10 @@ ng-disabled="!commentForm.$valid || isSavingComment"> Toggle Preview + + Markdown formatting is supported +
diff --git a/src/app/stories/template/new.html b/src/app/stories/template/new.html index 48c8e5ee..c6bd8410 100644 --- a/src/app/stories/template/new.html +++ b/src/app/stories/template/new.html @@ -136,6 +136,10 @@ + Add another task + + Markdown formatting is supported +