Add links to headlines
This commit is contained in:
@ -23,7 +23,6 @@ struct PhoneScreensBlock: OrderedKeyBlockProcessor {
|
||||
}
|
||||
|
||||
func process(_ arguments: [(key: Key, value: String)], markdown: Substring) -> String {
|
||||
print("Processing Phone Screens Block")
|
||||
guard let frameId = arguments.first(where: {$0.key == .frame })?.value else {
|
||||
invalid(markdown)
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user