Added links in the guide to adam-p's Markdown Cheatsheet

and to the original specifaction for Markdown.
This commit is contained in:
Jacob
2017-07-20 12:21:01 +01:00
parent 0696fd8447
commit 71d1e9e9e8

View File

@@ -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.