-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new-feature: support using "$" as math quote
- Loading branch information
1 parent
6246062
commit e92fdfe
Showing
5 changed files
with
48 additions
and
13 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
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,16 @@ | ||
inline math: $ x $ 哈哈 | ||
|
||
inline math: $$ | ||
y | ||
$$ | ||
inline math: $ | ||
y | ||
$ | ||
block math: | ||
$$ | ||
z | ||
$$ | ||
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 @@ | ||
inline math: <img src="https://www.zhihu.com/equation?tex=%20x%20" alt=" x " class="ee_img tr_noresize" eeimg="1"> 哈哈 | ||
|
||
inline math: <img src="https://www.zhihu.com/equation?tex=y" alt="y" class="ee_img tr_noresize" eeimg="1"> | ||
|
||
inline math: <img src="https://www.zhihu.com/equation?tex=y" alt="y" class="ee_img tr_noresize" eeimg="1"> | ||
|
||
block math: | ||
|
||
<img src="https://www.zhihu.com/equation?tex=z%5C%5C" alt="z\\" class="ee_img tr_noresize" eeimg="1"> | ||
|
||
|
||
|
||
Reference: | ||
|
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