Skip to content

Fix rendering of <placeholder> in DNS names#64932

Merged
ktoliver merged 1 commit into
MicrosoftDocs:masterfrom
c-w:patch-1
Oct 23, 2020
Merged

Fix rendering of <placeholder> in DNS names#64932
ktoliver merged 1 commit into
MicrosoftDocs:masterfrom
c-w:patch-1

Conversation

@c-w
Copy link
Copy Markdown
Contributor

@c-w c-w commented Oct 23, 2020

The rendering of <ASE name>.appserviceenvironment.net and text using other placeholders that start with < and end with > characters is broken in the article "Create and use an Internal Load Balancer App Service Environment"..

The problem is due to the <ASE name> token getting interpreted by markdown as a custom HTML tag and therewith the text between the < and > characters doesn't show up (refer to screenshot below which highlights the problem areas in red underlines).

To display the text correctly, the < and > characters must be HTML-escaped (see for example how the "Use an App Service Environment" articles handles this). As such, this pull request fixes the rendering by replacing < with &lt; and > with &gt;.


Screenshot of broken rendering of <placeholders>

@PRMerger17
Copy link
Copy Markdown
Contributor

@c-w : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@ktoliver
Copy link
Copy Markdown
Contributor

Looks good/verified.

@ktoliver ktoliver merged commit b114a14 into MicrosoftDocs:master Oct 23, 2020
@c-w c-w deleted the patch-1 branch October 23, 2020 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants