Fix route button, improve file details
This commit is contained in:
@ -57,7 +57,7 @@ struct InsertableRoute: View, InsertableCommandView {
|
||||
if let mapTitle {
|
||||
result.append("\(RouteBlock.Key.mapTitle.rawValue): \(mapTitle)")
|
||||
}
|
||||
result.append("\n```")
|
||||
result.append("```")
|
||||
return result.joined(separator: "\n")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user