Skip to content

Commit

Permalink
🚸 (GEK): Display shortDescription as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 27, 2024
1 parent ae44ccc commit 7000e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public struct ActivityDetailsView: View {
.foregroundColor(.secondary)
}

Text(self.activity.details.shortDescription)
Text(markdown: self.activity.details.shortDescription)
.font(.subheadline)
.foregroundColor(.secondary)
}
Expand Down

0 comments on commit 7000e0f

Please sign in to comment.