mikepqr / resume.md

Write your resume in Markdown, style it with CSS, output to HTML and PDF
MIT License
569 stars 229 forks source link

Enable attr_list markdown extension to give users more flexibilty and make default CSS less fragile #9

Closed mikepqr closed 3 years ago

mikepqr commented 3 years ago

The default CSS is pretty fragile because the HTML does not contain id or class attributes.

python-markdown has an attr_list extension that allows this. Using this would improve the CSS and make it easier for user's to customize.

Don't forget to update the README when this ticket is closed.