-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.4.5
-
Component/s: None
Conversion from Wiki to HTML relies on a regular expression to match macro output and terminate the conversion process. This Regular expression is inefficient.
There are two possible fixes and the need to be investigated to see which is better (maybe a combination of both?):
- uses eager matching, might be better with possessive matching
- a restructure to move some of the white space matching (\s*)