lanking520 commented on issue #11438: docs using xml in code blocks will improperly render URL: https://github.com/apache/incubator-mxnet/issues/11438#issuecomment-409047187 Basically it's a transition failure, such as the example below: https://github.com/apache/incubator-mxnet/blob/master/docs/tutorials/scala/mxnet_scala_on_intellij.md and http://mxnet.incubator.apache.org/tutorials/scala/mxnet_scala_on_intellij.html If you compare the dependencies in the markdown is showing correctly, however, in website is wrongly translated. ``` <dependency> Sample </dependency> ``` ``` <dependency>Sample dependency> ``` `</` seemed to have some issues.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
