From 71d1e9e9e8aa54ec852b5215673d112a12157245 Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 20 Jul 2017 12:21:01 +0100 Subject: [PATCH] Added links in the guide to adam-p's Markdown Cheatsheet and to the original specifaction for Markdown. --- rpg-docs/client/views/guide/guide.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpg-docs/client/views/guide/guide.html b/rpg-docs/client/views/guide/guide.html index c4570399..398fe8fe 100644 --- a/rpg-docs/client/views/guide/guide.html +++ b/rpg-docs/client/views/guide/guide.html @@ -121,7 +121,8 @@ The full list of functions and variables can be found on the GitHub wiki, [here] Any description field, as well as some others like your background or description, can be formatted with Markdown. For example, having \*asterisks\* around something makes it *italic*, and a \*\*pair\*\* makes it **bold**. -If you need to display an actual asterisk, you can escape it with a backslash, like this: \\\*. +If you need to display an actual asterisk, you can escape it with a backslash, like this: \\\*. +You can read more about Markdown [here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet "Markdown Cheatsheet") and [here](https://daringfireball.net/projects/markdown/syntax "Markdown's origianal specification"). In addition, using three or more hyphens on their own line (like this: " --- "; this is the Markdown for a horizontal rule) will cut off the description of a feature card or any of the cards on the Persona page, so that the full description is only displayed - this is useful when having the full feature text would be annoyingly long, so you can simply display a summary on the card and have it expand into the full text.