-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Blackfriday/smartParens from running inside equations
Fixes #104
- Loading branch information
1 parent
06687c3
commit 39be582
Showing
4 changed files
with
77 additions
and
11 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,32 @@ | ||
+++ | ||
title = "Equations with (r), (c), .." | ||
tags = ["equations"] | ||
categories = ["upstream"] | ||
draft = false | ||
+++ | ||
|
||
`ox-hugo` Issue #[104](https://github.com/kaushalmodi/ox-hugo/issues/104) | ||
|
||
Below, `(r)` or `(R)` should not get converted to ®, `(c)` or | ||
`(C)` should not get converted to ©, and `(tm)` or `(TM)` should | ||
not get converted to ™: | ||
|
||
- \\(( r)\\) \\(( R)\\) | ||
- \\(( c)\\) \\(( C)\\) | ||
- \\(( tm)\\) \\(( TM)\\) | ||
|
||
<!--listend--> | ||
|
||
- \\( ( r) \\) \\( ( R) \\) | ||
- \\( ( c) \\) \\( ( C) \\) | ||
- \\( ( tm) \\) \\( ( TM) \\) | ||
|
||
Same as above but in _Block Math equations_: | ||
|
||
\\[ ( r) ( R) \\] | ||
\\[ ( c) ( C) \\] | ||
\\[ ( tm) ( TM) \\] | ||
|
||
\\[ ( r) ( R) \\] | ||
\\[ ( c) ( C) \\] | ||
\\[ ( tm) ( TM) \\] |
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