diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-01-26 23:00:14 -0500 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-01-26 23:00:14 -0500 |
commit | f14273e73604a6c8f33bfee68282c8c3d8e44c61 (patch) | |
tree | 38f1754ef235e09c09cc113147be500641defb0f | |
parent | 749ec7bbeb336dfc1edd698b1b8bbb5cdf14dd62 (diff) |
Updated Tutorials (markdown)
-rw-r--r-- | Tutorials.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md index b777d48..d921bdb 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -1,3 +1,12 @@ +Tutorials may use diff syntax to show edits: + +```diff +this is some code +-delete this line +-add this line +``` + + **How to add a new…** - [Type (Fairy)](Add-a-new-Fairy-type) |