Files
rendercv/tests
Sina Atalay e80ecfc559 Fix #685: Process markdown lines independently to prevent cross-line emphasis interference
When multi-line template fields (like main_column) contained markdown emphasis
markers on adjacent lines, the Python markdown library treated single-newline-
separated lines as one paragraph, causing markers to interact across lines and
produce garbled Typst output with mismatched brackets.

The fix processes each line of input independently in markdown_to_typst() while
preserving multi-line admonition blocks. This prevents emphasis markers on one
line from interfering with markers on adjacent lines.
2026-03-21 01:03:32 +03:00
..
2026-03-03 16:39:23 +03:00
2026-02-17 17:04:12 +03:00