HOTFIX: `<` char was breaking mdx compiler generating documentation
Very quick fix, will have to be proofed in the future, but < usage in unit description followed by a char (if it's a space it works fine) is so rare that it's not even useful.
eg.
<12 Not GOOD
< 12 GOOD
It does FULLY break documentation deployment as it leads to a MDX compiler error.
Edited by Antoine Monlong