@tinymce/moxiedoc
Advanced tools
Comparing version 0.2.0-feature.20220218052738294.sha3e6b946 to 0.2.0-feature.20220218053828929.shacea240c
@@ -251,3 +251,3 @@ "use strict"; | ||
if (hasValue(data.summary)) { | ||
tmp += cleanup(data.summary) + '\n'; | ||
tmp += '\n' + cleanup(data.summary) + '\n'; | ||
} | ||
@@ -254,0 +254,0 @@ // borrows |
{ | ||
"name": "@tinymce/moxiedoc", | ||
"version": "0.2.0-feature.20220218052738294.sha3e6b946", | ||
"version": "0.2.0-feature.20220218053828929.shacea240c", | ||
"description": "A tool for generating API documentation", | ||
@@ -5,0 +5,0 @@ "author": "Tiny Technologies, Inc", |
@@ -305,3 +305,3 @@ export interface PageOutput { | ||
if (hasValue(data.summary)) { | ||
tmp += cleanup(data.summary) + '\n'; | ||
tmp += '\n' + cleanup(data.summary) + '\n'; | ||
} | ||
@@ -308,0 +308,0 @@ |
Sorry, the diff of this file is not supported yet
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
344653