mps9506 / quarto-cv

A CV template for quarto
GNU General Public License v3.0
79 stars 14 forks source link

Optionally render bullet points #18

Open davidwilby opened 1 week ago

davidwilby commented 1 week ago

Hi, please feel free to reject if this isn't to your taste.

I wanted to be able to optionally render lists with bullet points, which are rendered without by default.

This PR adds a header option to toggle rendering of bullet points:

bullets: true

The if statement in _extensions/quarto-cv/quarto-cv.tex is probably incorrect, I'm not familiar with the language but this does work functionally, even if ugly.