This code doesn't render correctly. ```swift swiftCode.append( #"print(""""# + "\n\(escaped)\n" + #"""", terminator: "")"#) return swiftCode.joined(separator: "\n") ``` The last line is rendered as `swift-mode:string-face`.