Bullet point indentation is broken in v2.8
Author: MaspitalCreated Mar 27, 2026Updated Sep 8, 2026
After upgrading to version 2.8, indentation of bullet points within a highlight section no longer works.
Could this be related to this fix?
Markdown lines are now processed independently to prevent cross-line emphasis interference (https://github.com/rendercv/rendercv/issues/685).
Can be verified with any of the example YAML files, specifically the section
experience:
[...]
- company: Google DeepMind
position: Research Intern
date:
start_date: 2021-05
end_date: 2021-08
location: London, UK
summary:
highlights:
- Developed reinforcement learning algorithms for multi-agent coordination
- Published research at top-tier venues with significant academic impact
- ICML 2022 main conference paper, cited 340+ times within two years
- NeurIPS 2022 workshop paper on emergent communication protocols
- Invited journal extension in JMLR (2023)pip install rendercv==2.7
rendercv render .\John_Doe_EngineeringclassicTheme_CV.yaml
# bullet points indented correctly
pip install rendercv==2.8
rendercv render .\John_Doe_EngineeringclassicTheme_CV.yaml
# all bullet points on top levelSource: rendercv/rendercv