diff options
Diffstat (limited to 'templates/formatting_hint.php')
| -rw-r--r-- | templates/formatting_hint.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/formatting_hint.php b/templates/formatting_hint.php new file mode 100644 index 0000000..e7163ac --- /dev/null +++ b/templates/formatting_hint.php @@ -0,0 +1,5 @@ +<span class="hint"> + <span class="inlineIcon material-symbols markdown-outline"></span> + <span><?= sprintf(__('writeNote.formattingHint'), + '<a href="https://commonmark.org/help/" target="_blank">' . __('writeNote.formattingHint.markdown') . '</a>') ?></span> +</span>
\ No newline at end of file |
