Markdown support in recipe ingredients, instructions and tools
This commit is contained in:
@@ -19,7 +19,7 @@ struct RecipeListSection: View {
|
||||
ForEach(list, id: \.self) { item in
|
||||
HStack(alignment: .top) {
|
||||
Text("\u{2022}")
|
||||
Text("\(item)")
|
||||
Text(ObservableRecipeDetail.applyMarkdownStyling(item))
|
||||
.multilineTextAlignment(.leading)
|
||||
}
|
||||
.padding(4)
|
||||
|
||||
Reference in New Issue
Block a user