From 735f77b2a6a016abd56dfd1717de5a4b14528c36 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Oct 2014 23:00:56 -0700 Subject: Added cases from #51 to spec. Closes #51. --- spec.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index fa2a877..7b447f1 100644 --- a/spec.txt +++ b/spec.txt @@ -4357,6 +4357,32 @@ __this is a double underscore (`__`)__

this is a double underscore (__)

. +Or use the other emphasis character: + +. +*_* +. +

_

+. + +. +_*_ +. +

*

+. + +. +*__* +. +

__

+. + +. +_**_ +. +

**

+. + `*` delimiters allow intra-word emphasis; `_` delimiters do not: . -- cgit v1.2.3