From 070f59ca3885c20a2d7a70d720c2acb800fb838a Mon Sep 17 00:00:00 2001 From: Chris Sangwin <c.j.sangwin@gmail.com> Date: Wed, 13 Dec 2023 13:39:00 +0000 Subject: [PATCH] Update Documentation.md Remove broken external link. --- doc/en/Developer/Documentation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/en/Developer/Documentation.md b/doc/en/Developer/Documentation.md index 44f87eef3..e5646c75c 100644 --- a/doc/en/Developer/Documentation.md +++ b/doc/en/Developer/Documentation.md @@ -7,7 +7,6 @@ for people wishing to write, edit and translate the documentation. ## Markdown language * The [markdown](http://daringfireball.net/projects/markdown/) project external site. -* [A cheat sheet](http://scottboms.com/-/downloads/documentation/markdown_cheatsheet.pdf) is available for quick reference. **Warning:** markdown uses whitespace and formatting to give meaning. The number of spaces at the beginning and the ends of lines convey specific meaning in markdown. An example is the way code blocks are included, which is useful for including fragments of Maxima code. -- GitLab