mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
Refine markdown help
This commit is contained in:
parent
681668f131
commit
9b2798ee71
3 changed files with 9 additions and 10 deletions
|
|
@ -14,9 +14,8 @@
|
|||
"bold": "**Bold**",
|
||||
"strikethrough": "~~Strikethrough~~",
|
||||
"emojiExample": ":smile:",
|
||||
"habitrpgIsGreat": "[HabitRPG is great!](https://habitrpg.com)",
|
||||
"markdownImageExample": "",
|
||||
"markdownImageCode": "",
|
||||
"markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
|
||||
"markdownImageEx": "",
|
||||
"unorderedListHTML": "+ First item<br>+ Second item<br>+ Third item",
|
||||
"unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
|
||||
"code": "`code`",
|
||||
|
|
|
|||
BIN
website/public/cake.png
Normal file
BIN
website/public/cake.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
|
|
@ -4,8 +4,8 @@ small.btn-link(ng-init='showHelp = false', ng-click='showHelp = !showHelp')
|
|||
.formatting-help(ng-if='showHelp')
|
||||
table.table.table-striped
|
||||
tr.info
|
||||
td #[b=env.t('youType')]
|
||||
td #[b=env.t('youSee')]
|
||||
td.col-xs-6 #[b=env.t('youType')]
|
||||
td.col-xs-6 #[b=env.t('youSee')]
|
||||
tr
|
||||
td=env.t('italics')
|
||||
td #[markdown(text="env.t('italics')")]
|
||||
|
|
@ -19,11 +19,11 @@ small.btn-link(ng-init='showHelp = false', ng-click='showHelp = !showHelp')
|
|||
td=env.t('emojiExample')
|
||||
td #[markdown(text="env.t('emojiExample')")]
|
||||
tr
|
||||
td=env.t('habitrpgIsGreat')
|
||||
td #[markdown(text="env.t('habitrpgIsGreat')")]
|
||||
//tr
|
||||
td=env.t('markdownImageExample')
|
||||
td #[markdown(text="env.t('markdownImageCode')")]
|
||||
td=env.t('markdownLinkEx')
|
||||
td #[markdown(text="env.t('markdownLinkEx')")]
|
||||
tr
|
||||
td=env.t('markdownImageEx')
|
||||
td #[markdown(text="env.t('markdownImageEx')")]
|
||||
tr
|
||||
td!=env.t('unorderedListHTML')
|
||||
td #[markdown(text="env.t('unorderedListMarkdown')")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue