microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.08k stars 1.43k forks source link

Installation Notes do not support markdown for bold text #3607

Open MattHyman opened 1 year ago

MattHyman commented 1 year ago

Brief description of your issue

Installation notes do not support markdown for bold text, this should be supported so installation notes can emphasis certain subsets of the text.

Sample manifest with markdown in an installation note.

Steps to reproduce

Install Microsoft.GDK.2306 or Microsoft.GDK.2303 via winget.

Expected behavior

Text surrounded by ** should be bold, or a bold equivalent to emphasis it.

Actual behavior

The "**"s appear without affecting the appearance of the text.

image

Environment

>winget --info
Windows Package Manager (Preview) v1.7.2491-preview
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22621.2134
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.22.2491.0
MattHyman commented 1 year ago

Dev Home version is at https://github.com/microsoft/devhome/issues/1535.