mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
a4f05d4693
The way showdown parsed cases suchs as this: ``` **foo **bar __foo __bar *foo *bar _foo _bar ``` was inconsistent. This established that `__` or `**` preceeding a word would not be parsed as em or strong. Closes #332
291 B
291 B
foo *bar *baz
foo **bar **baz
foo _bar _baz
foo __bar __baz
foo *bar *baz *bazinga
foo **bar **baz **bazinga
foo _bar _baz __bazinga
foo __bar __baz __bazinga
f
f
f
f
foo **bar **baz bazinga bla
foo bar **baz **bazinga bla
foo **bar **baz **bazinga bla