-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with emphasis and whitespace
- Loading branch information
1 parent
54976f1
commit b2765e2
Showing
4 changed files
with
68 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ The AUTHORS/Contributors are (and/or have been): | |
* Andres Rey | ||
* Ciprian Miclaus | ||
* Toshihiro Kamiya <[email protected]> | ||
* Jonathan Sundqvist <[email protected]> | ||
|
||
Maintainer: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<p><em> emphasis </em></p> | ||
<p><em>emphasis: </em>some text</p> | ||
<p><em>repeat: </em>again</p> | ||
<p>separate<em> emphasis</em> some more text</p> | ||
<p><em>emphasis</em>.</p> | ||
<p><em>emphasis</em>?</p> | ||
<p><em>emphasis</em>!</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
_emphasis_ | ||
|
||
_emphasis:_ some text | ||
|
||
_repeat:_ again | ||
|
||
separate _emphasis_ some more text | ||
|
||
_emphasis_. | ||
|
||
_emphasis_? | ||
|
||
_emphasis_! | ||
|