mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
* use #emph and #strong instead of underscores and asterisks * convert remaining asterisks * templater #strong and #emph Change templater to use #strong and #emph instead of * and _ respectively. * update classic test files (no pdf diff) * update engineeringclassic test files (no pdf diff) * update sb2nov test files (no pdf diff) * update engineeringrer test data (minor pdf diff) engineeringresumes_empty_long_second_row.pdf 0 of 1 pages differ. engineeringresumes_empty_short_second_row.pdf 0 of 1 pages differ. engineeringresumes_filled_long_second_row.pdf 13 of 39 pages differ. engineeringresumes_filled_short_second_row.pdf 14 of 45 pages differ. The diff is one extra comma which tbh, was probably supposed to be there anyway: Old: `Bogaziçi University in Mechanical Engineering: - Istanbul, Turkey` New: `Bogaziçi University, in Mechanical Engineering: - Istanbul, Turkey` * update moderncv test data (minor pdf diff) moderncv_empty_long_second_row.pdf 0 of 1 pages differ. moderncv_empty_short_second_row.pdf 0 of 1 pages differ. moderncv_filled_long_second_row.pdf 14 of 46 pages differ. moderncv_filled_short_second_row.pdf 14 of 46 pages differ. Same diff as for engineeringresumes -- one extra comma which, was probably supposed to be there anyway: Old: `Bogaziçi University in Mechanical Engineering: - Istanbul, Turkey` New: `Bogaziçi University, in Mechanical Engineering: - Istanbul, Turkey` * update markdown_to_typst test * fix link fixing * add link fixing test * update templater.py * fix a test * fix a linting error --------- Co-authored-by: Sina Atalay <dev@atalay.biz>