mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 05:24:22 -04:00
Update to make help modal and text complete hint using consistent reminder text
This commit is contained in:
parent
46ccf2d0a3
commit
881e92b05a
2 changed files with 17 additions and 9 deletions
|
@ -92,7 +92,7 @@ var supportReferrals = [
|
|||
search: '[]'
|
||||
},
|
||||
{
|
||||
text: '[reference]: url "title"',
|
||||
text: '[reference]: https:// "title"',
|
||||
search: '[]:'
|
||||
},
|
||||
{
|
||||
|
@ -100,7 +100,7 @@ var supportReferrals = [
|
|||
search: '[^]'
|
||||
},
|
||||
{
|
||||
text: '[^footnote reference]: url "title"',
|
||||
text: '[^footnote reference]: https:// "title"',
|
||||
search: '[^]:'
|
||||
},
|
||||
{
|
||||
|
@ -112,7 +112,7 @@ var supportReferrals = [
|
|||
search: '[][]'
|
||||
},
|
||||
{
|
||||
text: '[link text](url "title")',
|
||||
text: '[link text](https:// "title")',
|
||||
search: '[]()'
|
||||
},
|
||||
{
|
||||
|
@ -120,11 +120,11 @@ var supportReferrals = [
|
|||
search: '![][]'
|
||||
},
|
||||
{
|
||||
text: '',
|
||||
text: '',
|
||||
search: '![]()'
|
||||
},
|
||||
{
|
||||
text: '',
|
||||
text: '',
|
||||
search: '![]()'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue