-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
EnhancementFeature suggestions and improvementsFeature suggestions and improvementsPost-itInternal ideasInternal ideasUI
Description
Previously, HTML was not interpreted for the documentation pages of benchmarks:
Now, it works when having Markdown only, and when having HTML only. However, using HTML inside Markdown files break the display.
It is due to the way HTML is detected in this file:
self.isHTML = function (page_content) {
return /<(?=.*? .*?\/ ?>|br|hr|input|!--|wbr)[a-z]+.*?>|<([a-z]+).*?<\/\1>/i.test(page_content);
}
Metadata
Metadata
Assignees
Labels
EnhancementFeature suggestions and improvementsFeature suggestions and improvementsPost-itInternal ideasInternal ideasUI