Giter VIP home page Giter VIP logo

Comments (3)

mikepqr avatar mikepqr commented on August 14, 2024

Thanks for the suggestion! That change is of course easy to make, but I'm wondering what the use case is? Unless you're (mis?)using tables for layout (in which case markdown is the wrong thing altogether), I don't see a reason to include a table in a standard resume.

And with that in mind it's difficult to know what kind of default CSS to provide. Could you give some examples of resumes with tables, or at least what you'd do with tables if you could use them?

from resume.md.

benjaminmaccini avatar benjaminmaccini commented on August 14, 2024

I used it for layout, specifically displaying denser sections (e.g. skills or proficiency of languages and corresponding packages). In your opinion, what would be the right way to manage layout? HTML? Also, good point, I can't find any example resumes with a table... should probably change mine then lol 🤔.

Feel free to close out the issue, I don't believe it's broadly applicable.

from resume.md.

mikepqr avatar mikepqr commented on August 14, 2024

In general one should manage layout of HTML with CSS, not with tables.

In this particular case, if you have a list of skills then it should be a bulleted list in the markdown and then style the corresponding ul and li elements in CSS to make it the list more compact, make the items span-level, etc., etc.

The challenge with resume.md is you don't have much control over the HTML (you can't even apply classes), so it's tricky to do anything too clever with CSS. But having seen a lot of clever resumes, I think that's a feature not a bug! :-)

from resume.md.

Related Issues (19)

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.