On Monday, 17 October 2016 at 18:38:30 UTC, Ali Çehreli wrote:
As a consolation :) there are two unrelated issues in your code, which a new dmd warns about:

  Deprecation: Implicit string concatenation is deprecated

1) Probably a missing comma after `mark`:

enum nonStateHTMLTags = [`b`, `i`, `strong`, `em`, `sub`, `sup`, `small`, `ins`, `del`, `mark` `code`, `kbd`, `samp`, `samp`, `var`, `pre`];

2) Missng ~ here:

                        `<mn mathsize="80%">` ~ zexp ~ `</mn>`
                        `</msup>` ~

Thanks, anyway! Fixed!

Reply via email to