Skip to content

Commit 324bdd7

Browse files
authored
Escape tag characters (#1071)
< and > characters are need escaping in Markdown.
1 parent 4cb3dcc commit 324bdd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop-src/Msi/hyperlink-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Hyperlink control displays a HTML link to an address, which opens in the def
1212

1313
**[Windows Installer 4.5 or earlier](not-supported-in-windows-installer-4-5.md):** Not supported. This Control is available beginning with Windows Installer 5.0.
1414

15-
The Text value of the HyperLink control uses the anchor <a> tag and the HREF attribute value to specify the URL and displayed text of the link.
15+
The Text value of the HyperLink control uses the anchor \<a\> tag and the HREF attribute value to specify the URL and displayed text of the link.
1616

1717
``` syntax
1818
[Blue Yonder Airlines](https://www.blueyonderairlines.com)

0 commit comments

Comments
 (0)