You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support markdown styling in task descriptions. (#121338)
* Support markdown styling in task descriptions.
Closes#120050
* Remove extra export
* Fix typo
* Dont use default values in internal-only functions
* Preformatted => Code
* Add tests
description: localize('walkthroughs.tasks.description',"Description of task. Use markdown-style links fo commands or external links: [Title](command:myext.command), [Title](command:toSide:myext.command), or [Title](https://aka.ms)")
238
+
description: localize('walkthroughs.tasks.description',"Description of task. Supports ``preformatted``, __italic__, and **bold** text. Use markdown-style links for commands or external links: [Title](command:myext.command), [Title](command:toSide:myext.command), or [Title](https://aka.ms). Links on their own line will be rendered as buttons.")
239
239
},
240
240
button: {
241
241
deprecationMessage: localize('walkthroughs.tasks.button.deprecated',"Deprecated. Use markdown links in the description instead, i.e. [Title](command:myext.command), [Title](command:toSide:myext.command), or [Title](https://aka.ms), "),
0 commit comments