import NorgKit import SwiftUI struct ParagraphView: View { let content: [InlineSpan] var body: some View { NorgInlineText(spans: content) } }