-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd45de6
commit 08b3423
Showing
1 changed file
with
35 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Should Match | ||
|
||
_italic_ | ||
|
||
_italic italic_ | ||
|
||
_italic_regular | ||
|
||
|
||
# Should Not Match | ||
|
||
regular_regular_regular | ||
|
||
|
||
# Should Not Match But Does | ||
|
||
regular _italic_regular | ||
|
||
|
||
# Other Cases (Should not match) | ||
|
||
__double underscores__ | ||
|
||
_raw_ | ||
|
||
raw_raw_raw | ||
|
||
Lorem `ipsum_dolor_sit` amet | ||
|
||
|
||
# Exceptional Cases | ||
|
||
$$y_i = \alpha_{j[i]} + \beta x_i + \epsilon_i$$ | ||
|
||
This is MathJax code which should be parsed separately, but shows just how loose the main spec is about what can be in italic. |