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
{{ message }}
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
// the [\\[Pitch\\] slashes at one point rendered incorrectly as \[Pitch\] instead of [Pitch]
262
+
263
+
letbody="...adoption.\r\n\r\nSee: [\\[Pitch\\] Introducing the \"Unwrap or Die\" operator to the standard library](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170626/037730.html)"
264
+
letmodels=MarkdownModels(
265
+
body,
266
+
owner:"owner",
267
+
repo:"repo",
268
+
width:0,
269
+
viewerCanUpdate:false,
270
+
contentSizeCategory:.large
271
+
)
272
+
273
+
XCTAssertEqual((models[1]as!StyledTextRenderer).string.allText,"See: [Pitch] Introducing the \"Unwrap or Die\" operator to the standard library")
0 commit comments