``` Pre { Code { … } } ``` or ``` Pre { Code { Text("a") } } ``` triggers Trailing closure passed to parameter of type 'String' that does not accept a closure Only this works: ``` Pre { Code("something") } ```
or
triggers
Trailing closure passed to parameter of type 'String' that does not accept a closure
Only this works: