xitanggg / open-resume

OpenResume is a powerful open-source resume builder and resume parser. https://open-resume.com/
https://open-resume.com
GNU Affero General Public License v3.0
6.87k stars 674 forks source link

[Feature Request] Indent bullet points #80

Open matt-bernstein opened 1 year ago

matt-bernstein commented 1 year ago

In sections with bullet points, leading and trailing whitespace is stripped, and interior spaces are reduced to one space each. That means that if you type eg Collaborated at the start of a line, it will still render as: image

I'd like to be able to indent bullet points to create multilevel lists. The simplest way to do this would just be to remove the whitespace stripping. Can this be done?