Add ReleaseNotesText view that pre-processes headers (##, ###) to bold and converts - bullets to • before passing to AttributedString, which only supports inline markdown. Replaces both Text(.init()) call sites.
5 lines
243 B
Markdown
5 lines
243 B
Markdown
## What's new in v1.0.7
|
|
|
|
### Release notes now render correctly
|
|
Fixed markdown rendering in the update banner and update sheet — headers, **bold text**, and bullet points now display properly instead of showing raw `##` and `**` characters.
|