Files
rendercv/tests/renderer
Sina Atalay 295ae6185b Fix #653: Allow SUMMARY placeholder to be used inline in templates
process_summary() unconditionally wrapped summary text in Markdown admonition
syntax (!!! summary), which only works as a block-level construct on its own
line. When users placed SUMMARY inline in a template (e.g., "**COMPANY**,
SUMMARY"), the admonition syntax broke rendering.

Now render_entry_templates() checks if SUMMARY appears on its own line in
the template. If standalone, admonition wrapping is applied for the special
#summary[] Typst formatting. If inline, the raw summary text is used directly.
2026-03-21 01:03:32 +03:00
..
2026-03-02 18:36:52 +03:00