Fixes macOS version
This commit is contained in:
parent
124e0f0a48
commit
586cecff2f
|
@ -135,6 +135,8 @@ extension SwiftyMarkdown {
|
|||
return blockquotes.color
|
||||
case .unorderedList:
|
||||
return body.color
|
||||
case .yaml:
|
||||
return body.color
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue