-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carthage support please #3
Comments
I've yet to ever use Carthage, but feel free to make a pull request if you're familiar with it! |
ill try thanks! i have another question, how would i set the normal font size and family? and for example the h1 styles and the h2 styles? thanks |
Hey there, setting a default font size can now be done in markdownParser.header.font = UIFont.systemFontOfSize(30) // H1 font size
markdownParser.header.fontIncrease = 3 // H2 font size = 33, H3 = 36, H4 = 39, etc |
Leaving this open until we have Carthage support |
@ivanbruel I'll create a PR enabling carthage support tonight |
@ivanbruel thanks for merging in the PR! Glad to have helped. I believe this issue can now be closed. |
Thank you for the contribution @chrisdhaan! Closing this 👍 |
Hello, please make it Carthage able :)
The text was updated successfully, but these errors were encountered: