Skip to content

Modal message box is displaying raw Markdown content instead of formatted content #121

@jodavis

Description

@jodavis

Describe the bug
When programming a command, the message box that displays instructions should support formatting via markdown.

To Reproduce
When I click the 'Learn' button
And I click the 'Mute' button
Then I should see a modal message that contains

    <h1>Programming 'Mute'...</h1>
    <p>Point your remote at the Broadlink device and press Mute</p>

Screenshots
Image
Notice that there should not be quotes or "#" characters, and that the "Programming 'Down'" text should be on a separate line and larger than the rest of the message.

Additional context
The conversation UI uses the same modal message box. Its output will have to be changed to markdown as well to maintain its large text appearance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions