hotfix: mdx interpreter sees wrongfully placed HTML/custom tag
What does this MR do and why?
The documentation portal uses a pull mechanic in order to render md files on dev repositories. Once pulled, a interpreter/compiler checks for HTML tags in text documents.
In one of our latest changes, a "<n>" has been added to the name of an attribute to show that it is incremental, thus it breaks the MDX interpreter.
For this reason, a code block has been added, and so MDX interpreter doesn't throw any error while reading the "<n>" tag anymore
Edited by Antoine Monlong