You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/server_content.ts
+27
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,33 @@ export var mar_encode_card: dl.Message = {
341
341
text: "Some links are [already encoded](https://bing.com?q=some%20value) and some have [query strings that need encoding](https://bing.com?q=some value) and these can occur [multiple](https://bing.com?q=some%20value) [times](https://bing.com?q=some value) in one message. (Links can even appear [within](https://bing.com?q=some%20value) [parentheses](https://bing.com?q=some value) too.)"
342
342
}
343
343
344
+
exportvarmar_newlines_single_card: dl.Message={
345
+
type: "message",
346
+
from: bot,
347
+
timestamp: newDate().toUTCString(),
348
+
channelId: "webchat",
349
+
textFormat: "markdown",
350
+
text: "**Windows** single newline->\r\n<-finish. \r\n\r\n**Unix** single newline->\n<-finish."
0 commit comments