From 1774c449fc3601b9685ffff72b3e43019255fa73 Mon Sep 17 00:00:00 2001 From: Geoff Cleary Date: Mon, 26 Feb 2018 10:05:52 -0800 Subject: [PATCH] Update 06-style-guide.md Adding figure dash, en dash, and em dash. Per https://github.com/swcarpentry/python-novice-inflammation/pull/478#issuecomment-367644979 --- _episodes/06-style-guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_episodes/06-style-guide.md b/_episodes/06-style-guide.md index 5cd36ac5..3bb8ffbb 100644 --- a/_episodes/06-style-guide.md +++ b/_episodes/06-style-guide.md @@ -70,6 +70,13 @@ The table below covers most of the keyboard key labels. |-------------------+--------------------------------------------------------------------+--------------------------| | Up arrow | Use Unicode "Upwards arrow" (8593). | `` | |-------------------+--------------------------------------------------------------------+--------------------------| +| Figure dash + + `-` | +|-------------------+--------------------------------------------------------------------+--------------------------| +| En dash + Use Unicode "En dash" (2013). + `` | +|-------------------+--------------------------------------------------------------------+--------------------------| +| Em dash + Use Unicode "Em dash" (2014). + `` | +|-------------------+--------------------------------------------------------------------+--------------------------| + ## Keyboard Key Combination