Add links to headlines

This commit is contained in:
Christoph Hagen
2025-02-23 10:42:43 +01:00
parent d4c0da0a32
commit cdcbe21c0d
4 changed files with 58 additions and 13 deletions

View File

@ -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 ""