From e6d05d67954171943644afbf311f0aa335601064 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 12 2017 12:47:08 +0000 Subject: Link to pagure's own markdown documentation and warn about remote images Fixes https://pagure.io/pagure/issue/2526 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/usage/markdown.rst b/doc/usage/markdown.rst index cf8acf1..95f1c17 100644 --- a/doc/usage/markdown.rst +++ b/doc/usage/markdown.rst @@ -32,6 +32,9 @@ While comments use: - `New Line to Break `_ +.. warning:: Pagure does not support linking to remote images, if you want + to link to an image on a ticket, you will have to upload it to pagure. + Styling ------- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 76aaa7b..66a79d8 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -106,7 +106,7 @@
0%
- Markdown Syntax
{{ form.csrf_token }} - Markdown Syntax

diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index ea697c3..7a3059b 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -608,7 +608,7 @@
- Markdown Syntax