We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3099317 commit f513308Copy full SHA for f513308
Sources/SwiftDocC/Model/Rendering/Content/RenderBlockContent.swift
@@ -61,6 +61,7 @@ public enum RenderBlockContent: Equatable {
61
/// A table that contains a list of row data.
62
case table(Table)
63
64
+ /// A row in a grid-based layout system that describes a collection of columns.
65
case row(Row)
66
67
// Warning: If you add a new case to this enum, make sure to handle it in the Codable
0 commit comments