diff options
Diffstat (limited to 'sonar-server/src/main/hbs/common/_markdown-tips.hbs')
-rw-r--r-- | sonar-server/src/main/hbs/common/_markdown-tips.hbs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/src/main/hbs/common/_markdown-tips.hbs b/sonar-server/src/main/hbs/common/_markdown-tips.hbs new file mode 100644 index 00000000000..948a55e77ac --- /dev/null +++ b/sonar-server/src/main/hbs/common/_markdown-tips.hbs @@ -0,0 +1,4 @@ +<div class="markdown-tips"> + <a href="#" onclick="window.open(baseUrl + '/markdown/help','markdown','height=300,width=600,scrollbars=1,resizable=1');return false;">{{t 'markdown.helplink'}}</a> : + *{{t 'bold'}}* ``{{t 'code'}}`` * {{t 'bulleted_point'}} +</div>
\ No newline at end of file |