Angle brackets are rendered as empty in markdown which makes the xml element like <ChecksumAlgorithm> invisible. One option is replacing '<' by "<". Another option used in this PR is wrapping the xml element in code marker. The latter approach makes the element visible in the raw text format as well.
Angle brackets are rendered as empty in markdown which makes the xml element like
<ChecksumAlgorithm>
invisible. One option is replacing '<' by "<". Another option used in this PR is wrapping the xml element in code marker. The latter approach makes the element visible in the raw text format as well.