aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-31 11:01:42 +0200
committerChocobozzz <me@florianbigard.com>2021-05-31 11:01:42 +0200
commit15f35256af15b97d2298cc44e76ffcafe73a1c88 (patch)
treec90887f52c56d4107d956396ab19aafe04e700e6 /client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
parent462271edd693cffb9242ca1e33d64cb0423e4b29 (diff)
downloadPeerTube-15f35256af15b97d2298cc44e76ffcafe73a1c88.tar.gz
PeerTube-15f35256af15b97d2298cc44e76ffcafe73a1c88.tar.zst
PeerTube-15f35256af15b97d2298cc44e76ffcafe73a1c88.zip
Add help to custom markdown textarea
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/custom-markup-help.component.html')
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup-help.component.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
new file mode 100644
index 000000000..dd7a56d7d
--- /dev/null
+++ b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
@@ -0,0 +1,3 @@
1<ng-container i18n>
2 <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noreferer noopener">Markdown compatible</a> that also supports <a href="https://docs.joinpeertube.org/api-custom-client-markup" target="_blank" rel="noreferer noopener">custom PeerTube HTML tags</a>
3</ng-container>