mark/renderer
Manuel Rüger 0d735203dd fix: trim whitespace from ParseTitle result
ParseTitle returned lang[start:] without trimming, so inputs like
'python title  My Title' returned '  My Title' with leading spaces.
The extra whitespace propagated into the rendered Confluence title
element. Add strings.TrimSpace to remove leading/trailing whitespace.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-16 19:18:29 +01:00
..
2024-10-21 14:39:40 +02:00
2024-09-29 00:13:04 +02:00
2024-09-29 00:13:04 +02:00
2024-09-29 00:13:04 +02:00
2025-11-28 14:35:32 +01:00