From ebd61921ad4c8753c0fce84d5e1ffa877cd9c177 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Mon, 4 Nov 2024 14:38:46 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Jan Frenzel <jan.frenzel@tu-dresden.de> --- doc.zih.tu-dresden.de/docs/contrib/content_rules.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md index 20eff18d2..3fcbe43d5 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md +++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md @@ -149,7 +149,11 @@ Save attachments within the `misc` subdirectory of the corresponding section. [<description>](misc/<attachment_name>.pdf) ``` - Since the `<descripton>` is rendered as link text, you should choose a clear and precise text. + Since the `<description>` is rendered as link text, you should choose a clear and precise text: + + ```markdown + [slides of HPC introduction](misc/HPC-Introduction.pdf) + ``` #### Graphics and Videos -- GitLab