File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ See also the [list of remark plugins][remark-plugins] and
76
76
— change image sources to JavaScript imports
77
77
* [ ` remcohaszing/remark-mdx-frontmatter ` ] ( https://github.com/remcohaszing/remark-mdx-frontmatter )
78
78
— change frontmatter (YAML) metadata to exports
79
+ * [ ` goodproblems/remark-mdx-math-enhanced ` ] ( https://github.com/goodproblems/remark-mdx-math-enhanced )
80
+ — enhance math with JavaScript inside it
79
81
80
82
{ /*
81
83
please use alpha sorting on **project** name!
Original file line number Diff line number Diff line change @@ -79,6 +79,13 @@ async function main() {
79
79
```
80
80
</Note >
81
81
82
+ <Note type = " info" >
83
+ ** Note:** see also
84
+ [ ` remark-mdx-math-enhanced ` ] ( https://github.com/goodproblems/remark-mdx-math-enhanced ) ,
85
+ which you can use to support JavaScript expressions inside of math (such as to
86
+ access props or to make calculations)
87
+ </Note >
88
+
82
89
[ commonmark ] : https://spec.commonmark.org/current/
83
90
84
91
[ remark-math ] : https://github.com/remarkjs/remark-math/tree/main/packages/remark-math
You can’t perform that action at this time.
0 commit comments