@microsoft/bf-lu
Advanced tools
Comparing version 4.15.0-rc0 to 4.15.0-rc1
@@ -49,3 +49,3 @@ "use strict"; | ||
qnaItem.context.prompts.forEach(function (prompt) { | ||
fileContent += `- [${prompt.displayText}](#${prompt.qnaId})`; | ||
fileContent += `- [${prompt.displayText.replace(/\n/g, "\\n")}](#${prompt.qnaId})`; | ||
// See if the linked prompt is context only and if so, add the decoration. | ||
@@ -52,0 +52,0 @@ let promptQnA = root.find(item => item.id == prompt.qnaId); |
{ | ||
"name": "@microsoft/bf-lu", | ||
"version": "4.15.0-rc0", | ||
"version": "4.15.0-rc1", | ||
"author": "Microsoft", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/microsoft/botframework-cli/issues", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1533842
19752