From 08b3c87ccdfc35ff1b27d67158a05ea111901537 Mon Sep 17 00:00:00 2001 From: James Miller Date: Sun, 11 Aug 2019 13:29:47 -0500 Subject: [PATCH] update readme to add GF-flavored markdown as a convention --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f97b9..461e6d3 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ The action symbols can be represented by the following characters: | Reaction | 🄡 | U+1F121 | | Free action | 🄕 | U+1F115 | +## Text Formatting + +Text formatting will be according to github-flavored markdown. + ## Ability Scores in Integer Representation | Ability Type | Value | @@ -70,4 +74,4 @@ The action symbols can be represented by the following characters: If I wanted to say STR and DEX, I would use a `3`. If I wanted STR, WIS, and CHA, that would be 1 + 16 + 32 = `49`. This is to give a program-focused data -return in addition to the textual representation. \ No newline at end of file +return in addition to the textual representation.