gatsby-remark-katex
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "gatsby-remark-katex", | ||
"description": "Transform math nodes to html markup", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Jeffrey Xiao <jeffrey.xiao1998@gmail.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -11,3 +11,3 @@ const Remark = require(`remark`) | ||
} | ||
const markdownAST = remark.parse(equation) | ||
const markdownAST = remark.parse(equation) | ||
plugin({ markdownAST }) | ||
@@ -23,3 +23,3 @@ expect(markdownAST).toMatchSnapshot() | ||
} | ||
const markdownAST = remark.parse(equation) | ||
const markdownAST = remark.parse(equation) | ||
plugin({ markdownAST }) | ||
@@ -26,0 +26,0 @@ expect(markdownAST).toMatchSnapshot() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9965