Coder Social home page Coder Social logo

Carthage support please about markdownkit HOT 7 CLOSED

bmoliveira avatar bmoliveira commented on August 23, 2024
Carthage support please

from markdownkit.

Comments (7)

ivanbruel avatar ivanbruel commented on August 23, 2024

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

from markdownkit.

antonioreyna avatar antonioreyna commented on August 23, 2024

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

from markdownkit.

ivanbruel avatar ivanbruel commented on August 23, 2024

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

from markdownkit.

ivanbruel avatar ivanbruel commented on August 23, 2024

Leaving this open until we have Carthage support

from markdownkit.

chrisdhaan avatar chrisdhaan commented on August 23, 2024

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

from markdownkit.

chrisdhaan avatar chrisdhaan commented on August 23, 2024

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

from markdownkit.

ivanbruel avatar ivanbruel commented on August 23, 2024

Thank you for the contribution @chrisdhaan! Closing this 👍

from markdownkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.