This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
showdown
Watch
1
Star
0
Fork
0
You've already forked showdown
mirror of
https://github.com/showdownjs/showdown.git
synced
2024-03-22 13:30:55 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
6a1f289d39
showdown
/
test
/
features
/
#198.literalMidWordUnderscores-changes-behavior-of-asterisk.html
5 lines
88 B
HTML
Raw
Normal View
History
Unescape
Escape
fix(literalMidWordUnderscores): Inconsistent behavior of emphasis and strong with literalMidWordUndescores Closes #333
2017-01-30 07:31:52 +08:00
<
p
>
foo *bar *baz
<
/
p
>
<
p
>
foo **bar **baz
<
/
p
>
<
p
>
foo _bar _baz
<
/
p
>
<
p
>
foo __bar __baz
<
/
p
>
Reference in New Issue
Copy Permalink