Skip to content
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

Closed
antonioreyna opened this issue Sep 2, 2016 · 7 comments
Closed

Carthage support please #3

antonioreyna opened this issue Sep 2, 2016 · 7 comments

Comments

@antonioreyna
Copy link

Hello, please make it Carthage able :)

@ivanbruel
Copy link
Collaborator

I've yet to ever use Carthage, but feel free to make a pull request if you're familiar with it!

@antonioreyna
Copy link
Author

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

@ivanbruel
Copy link
Collaborator

Hey there, setting a default font size can now be done in let markdownParser = MarkdownParser(font: UIFont.systemFontOfSize(20)), otherwise, you can do it like:

markdownParser.header.font = UIFont.systemFontOfSize(30) // H1 font size
markdownParser.header.fontIncrease = 3 // H2 font size = 33, H3 = 36, H4 = 39, etc

@ivanbruel ivanbruel reopened this Sep 5, 2016
@ivanbruel
Copy link
Collaborator

Leaving this open until we have Carthage support

@chrisdhaan
Copy link
Contributor

@ivanbruel I'll create a PR enabling carthage support tonight

@chrisdhaan
Copy link
Contributor

@ivanbruel thanks for merging in the PR! Glad to have helped. I believe this issue can now be closed.

@ivanbruel
Copy link
Collaborator

Thank you for the contribution @chrisdhaan! Closing this 👍

kublaios referenced this issue in KaiaHealth/MarkdownKit Oct 16, 2019
Run pod update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants