File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,24 @@ ensure emphasis, etc. in East Asian text:
641
641
````````````````````````````````
642
642
643
643
644
+ Zero-width space may also need to be used to achieve some emphasis effects
645
+ while satisfying Markdown's [emphasis and strong emphasis] rules:
646
+
647
+ ```````````````````````````````` example
648
+ Hello *Super-*​**man**
649
+ .
650
+ <p>Hello <em>Super-</em><strong>man</strong></p>
651
+
652
+ ````````````````````````````````
653
+
654
+ ```````````````````````````````` example
655
+ Hello ***Super***​**-man**
656
+ .
657
+ <p>Hello <em><strong>Super</strong></em><strong>-man</strong></p>
658
+
659
+ ````````````````````````````````
660
+
661
+
644
662
Zero-width space can also be used to achieve some combined effects such as mixed
645
663
bold/italic mark-up:
646
664
You can’t perform that action at this time.
0 commit comments