diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-06-07 09:45:16 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-06-07 09:45:16 -0400 |
commit | bca0d6bf8b26707431c936ed51419358b9e57749 (patch) | |
tree | 3bd09762db01666b65b03ac581d5be4d850c6495 /tests/misc/em_strong.txt | |
parent | ee6a843c1029b52f4a0ce00ebdd8d45523535ee0 (diff) | |
download | markdown-bca0d6bf8b26707431c936ed51419358b9e57749.tar.gz markdown-bca0d6bf8b26707431c936ed51419358b9e57749.tar.bz2 markdown-bca0d6bf8b26707431c936ed51419358b9e57749.zip |
Fixed #19. Improved Start Emphasis regex.
Diffstat (limited to 'tests/misc/em_strong.txt')
-rw-r--r-- | tests/misc/em_strong.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/em_strong.txt b/tests/misc/em_strong.txt index d0774ad..1285665 100644 --- a/tests/misc/em_strong.txt +++ b/tests/misc/em_strong.txt @@ -18,3 +18,4 @@ three underscores: ___ with spaces: _ _ _ +One char: _a_ |