Fixes macOS version

This commit is contained in:
Simon Fairbairn 2020-01-30 12:35:49 +13:00
parent 124e0f0a48
commit 586cecff2f
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ extension SwiftyMarkdown {
return blockquotes.color
case .unorderedList:
return body.color
case .yaml:
return body.color
}
}