BartoszJarocki / cv

Print-friendly, minimalist CV page
https://cv.jarocki.me
MIT License
8.79k stars 934 forks source link

Customisation for Description #23

Open itizarsa opened 7 months ago

itizarsa commented 7 months ago

Markdown Support or Bullet Points for Description. It helps when we have multiple things to put.

OmitNomis commented 7 months ago

Actually sounds like a good idea. Idk about markdown, but optionally accepting array for desc and mapping through it to create bullet points is doable.

movoid12 commented 7 months ago

Hi @itizarsa @OmitNomis do you mean something similar to that?

git repo: https://github.com/xitanggg/open-resume

=> /src/app/lib/parse-resume-from-pdf/extract-resume-from-sections/lib/bullet-points.ts

itizarsa commented 7 months ago

@movoid12 Yes similar to the description in open-resume