@@ -46,8 +46,7 @@ extension View {
46
46
@available (
47
47
* ,
48
48
deprecated,
49
- message:
50
- """
49
+ message: """
51
50
Use the version of this function that takes a closure receiving a generic 'Configuration'
52
51
value.
53
52
"""
@@ -62,8 +61,7 @@ extension View {
62
61
@available (
63
62
* ,
64
63
deprecated,
65
- message:
66
- """
64
+ message: """
67
65
Use the version of this function that takes a closure receiving a generic 'Configuration'
68
66
value.
69
67
"""
@@ -85,8 +83,7 @@ extension Theme {
85
83
@available (
86
84
* ,
87
85
deprecated,
88
- message:
89
- """
86
+ message: """
90
87
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
91
88
value.
92
89
"""
@@ -102,8 +99,7 @@ extension Theme {
102
99
@available (
103
100
* ,
104
101
deprecated,
105
- message:
106
- """
102
+ message: """
107
103
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
108
104
value.
109
105
"""
@@ -119,8 +115,7 @@ extension Theme {
119
115
@available (
120
116
* ,
121
117
deprecated,
122
- message:
123
- """
118
+ message: """
124
119
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
125
120
value.
126
121
"""
@@ -136,8 +131,7 @@ extension Theme {
136
131
@available (
137
132
* ,
138
133
deprecated,
139
- message:
140
- """
134
+ message: """
141
135
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
142
136
value.
143
137
"""
@@ -153,8 +147,7 @@ extension Theme {
153
147
@available (
154
148
* ,
155
149
deprecated,
156
- message:
157
- """
150
+ message: """
158
151
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
159
152
value.
160
153
"""
@@ -170,8 +163,7 @@ extension Theme {
170
163
@available (
171
164
* ,
172
165
deprecated,
173
- message:
174
- """
166
+ message: """
175
167
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
176
168
value.
177
169
"""
@@ -187,8 +179,7 @@ extension Theme {
187
179
@available (
188
180
* ,
189
181
deprecated,
190
- message:
191
- """
182
+ message: """
192
183
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
193
184
value.
194
185
"""
@@ -204,8 +195,7 @@ extension Theme {
204
195
@available (
205
196
* ,
206
197
deprecated,
207
- message:
208
- """
198
+ message: """
209
199
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
210
200
value.
211
201
"""
@@ -221,8 +211,7 @@ extension Theme {
221
211
@available (
222
212
* ,
223
213
deprecated,
224
- message:
225
- """
214
+ message: """
226
215
Use the version of this function that takes a closure receiving a 'CodeBlockConfiguration'
227
216
value.
228
217
"""
@@ -240,8 +229,7 @@ extension Theme {
240
229
@available (
241
230
* ,
242
231
deprecated,
243
- message:
244
- """
232
+ message: """
245
233
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
246
234
value.
247
235
"""
@@ -257,8 +245,7 @@ extension Theme {
257
245
@available (
258
246
* ,
259
247
deprecated,
260
- message:
261
- """
248
+ message: """
262
249
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
263
250
value.
264
251
"""
@@ -274,8 +261,7 @@ extension Theme {
274
261
@available (
275
262
* ,
276
263
deprecated,
277
- message:
278
- """
264
+ message: """
279
265
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
280
266
value.
281
267
"""
@@ -291,8 +277,7 @@ extension Theme {
291
277
@available (
292
278
* ,
293
279
deprecated,
294
- message:
295
- """
280
+ message: """
296
281
Use the version of this function that takes a closure receiving a 'BlockConfiguration'
297
282
value.
298
283
"""
@@ -330,11 +315,10 @@ public typealias InlineCode = Code
330
315
@available (
331
316
* ,
332
317
unavailable,
333
- message:
318
+ message: """
319
+ " MarkdownImageHandler " has been superseded by the " ImageProvider " protocol and its conforming
320
+ types " DefaultImageProvider " and " AssetImageProvider " .
334
321
"""
335
- " MarkdownImageHandler " has been superseded by the " ImageProvider " protocol and its conforming
336
- types " DefaultImageProvider " and " AssetImageProvider " .
337
- """
338
322
)
339
323
public struct MarkdownImageHandler {
340
324
public static var networkImage : Self {
@@ -353,11 +337,10 @@ extension Markdown {
353
337
@available (
354
338
* ,
355
339
unavailable,
356
- message:
340
+ message: """
341
+ " MarkdownImageHandler " has been superseded by the " ImageProvider " protocol and its conforming
342
+ types " DefaultImageProvider " and " AssetImageProvider " .
357
343
"""
358
- " MarkdownImageHandler " has been superseded by the " ImageProvider " protocol and its conforming
359
- types " DefaultImageProvider " and " AssetImageProvider " .
360
- """
361
344
)
362
345
public func setImageHandler(
363
346
_ imageHandler: MarkdownImageHandler ,
@@ -381,11 +364,10 @@ extension View {
381
364
@available (
382
365
* ,
383
366
unavailable,
384
- message:
367
+ message: """
368
+ " MarkdownStyle " and its subtypes have been superseded by the " Theme " , " TextStyle " , and
369
+ " BlockStyle " types.
385
370
"""
386
- " MarkdownStyle " and its subtypes have been superseded by the " Theme " , " TextStyle " , and
387
- " BlockStyle " types.
388
- """
389
371
)
390
372
public struct MarkdownStyle : Hashable {
391
373
public struct Font : Hashable {
@@ -501,11 +483,10 @@ extension View {
501
483
@available (
502
484
* ,
503
485
unavailable,
504
- message:
486
+ message: """
487
+ " MarkdownStyle " and its subtypes have been superseded by the " Theme " , " TextStyle " , and
488
+ " BlockStyle " types.
505
489
"""
506
- " MarkdownStyle " and its subtypes have been superseded by the " Theme " , " TextStyle " , and
507
- " BlockStyle " types.
508
- """
509
490
)
510
491
public func markdownStyle( _ markdownStyle: MarkdownStyle ) -> some View {
511
492
self
0 commit comments