diff --git a/external/contribute/markdown/markdown.md b/external/contribute/markdown/markdown.md
index 275f2245e39b0ae594c57b18083b3ca25f416f5f..8e99cd01cbd58962997ea3bb5b9fa3873f00eb43 100644
--- a/external/contribute/markdown/markdown.md
+++ b/external/contribute/markdown/markdown.md
@@ -103,7 +103,7 @@ Another big advantage of Markdown is that it can contain HTML tags, which makes
 |: ^^## Actions |: ^^ <h2>Actions</h2>
 |: ^^- [ ] Josh, Alice and Cindy will do this. |: ^^ - [ ] Josh, Alice and Cindy will do this.
 |: ^^- [x] Bob stops doing that. |: ^^ - [x] Bob stops doing that.
-|: ^^- [ ] Will and Tom will take care of those </pre> |: ^^ - [ ] Will and Tom will take care of those </pre>
+|: ^^- [ ] Will and Tom will take care of those </pre> |: ^^ - [ ] Will and Tom will take care of those
 
 * **Analyses, reports and papers** - embedding [R markdown](https://rmarkdown.rstudio.com/) in an R project allows you to include executable code and related text in the very same document. This brings unprecedented level of consistency, shareability and reproducibility into the workflows.
 * **Online discussion forums** - many scientific and non-scientific discussion forums and social networks support Markdown for formatting the content of messages (e.g. [StackOverflow](https://stackoverflow.com/editing-help), [GitHub](https://help.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax), Reddit or even Facebook)