markdown-to-jsx
Advanced tools
Comparing version 4.0.1-beta to 4.0.2-beta
@@ -0,1 +1,7 @@ | ||
### 4.0.2-beta (September 25, 2016) | ||
4249c15 Fix rendering of inline code tags -- thank you @sapegin! | ||
--- | ||
### 4.0.1-beta (September 16, 2016) | ||
@@ -2,0 +8,0 @@ |
@@ -377,3 +377,3 @@ 'use strict'; | ||
if (ast.type === 'code') { | ||
if (ast.type === 'code' && ast.value) { | ||
return _react2.default.createElement( | ||
@@ -380,0 +380,0 @@ 'pre', |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "4.0.1-beta", | ||
"version": "4.0.2-beta", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">= 4" |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
27640
4
1
0