[ui] AI summary renders ### headings as literal text #145
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The AI generated summary in the Ask the Librarian results often contains markdown subheadings (lines starting with ###), and these appear as literal text such as "### Tier-S Datacenters" instead of formatted headings. The summary markdown to HTML converter used by the results view (markdown_to_html in the library component) handles bold and a few inline cases but not heading levels, so the heading lines pass through unformatted. Either extend that converter to handle headings, or render the summary with the same full markdown renderer used for book pages.