From fabc5040a2c6ae85d4081de235fdc20218631607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C5=9Fat=20SABIQ?= Date: Fri, 24 Apr 2020 13:14:15 +0600 Subject: [PATCH] In Zero-width space sub-section, add 2 examples for cases in which zero-width space may be required to satisfy left/right-flanking delimiter run rules (with reference to Emphasis and strong emphasis sub-section) Fixes: #643 --- spec.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/spec.txt b/spec.txt index 9409fda2..22db463c 100644 --- a/spec.txt +++ b/spec.txt @@ -641,6 +641,24 @@ ensure emphasis, etc. in East Asian text: ```````````````````````````````` +Zero-width space may also need to be used to achieve some emphasis effects +while satisfying Markdown's [emphasis and strong emphasis] rules: + +```````````````````````````````` example +Hello *Super-*​**man** +. +

Hello Super-man

+ +```````````````````````````````` + +```````````````````````````````` example +Hello ***Super***​**-man** +. +

Hello Super-man

+ +```````````````````````````````` + + Zero-width space can also be used to achieve some combined effects such as mixed bold/italic mark-up: