2021-03-11 03:09:13 +01:00
|
|
|
<div class="overlay-modal hide" id="message-formatting" tabindex="-1" role="dialog"
|
2021-05-10 05:16:28 +02:00
|
|
|
aria-label="{{t 'Message formatting' }}">
|
2021-03-11 03:09:13 +01:00
|
|
|
<div class="modal-body" data-simplebar data-simplebar-auto-hide="false">
|
|
|
|
<div id="markdown-instructions">
|
|
|
|
<table class="table table-striped table-condensed table-rounded table-bordered help-table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>{{t "You type" }}</th>
|
|
|
|
<th>{{t "You get" }}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
{{#each markdown_help_rows}}
|
2021-12-04 15:39:38 +01:00
|
|
|
<tr>
|
|
|
|
{{#if note_html}}
|
|
|
|
<td colspan="2">{{{note_html}}}</td>
|
|
|
|
{{else}}
|
|
|
|
<td><div class="preserve_spaces">{{markdown}}</div> {{{usage_html}}}</td>
|
|
|
|
<td class="rendered_markdown">{{{output_html}}} {{{effect_html}}}</td>
|
|
|
|
{{/if}}
|
|
|
|
</tr>
|
2021-03-11 03:09:13 +01:00
|
|
|
{{/each}}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2021-04-21 00:46:14 +02:00
|
|
|
<hr />
|
2021-03-11 03:09:13 +01:00
|
|
|
<a href="/help/format-your-message-using-markdown" target="_blank" rel="noopener noreferrer">{{t "Detailed message formatting documentation" }}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|