mermaid-js / zenuml-core

The ZenUML renderer

Home Page:https://embed.zenuml.com

Repository from Github https://github.commermaid-js/zenuml-coreRepository from Github https://github.commermaid-js/zenuml-core

Message styling does not work for `Creation` messages and self messages

MrCoder opened this issue · comments

//[red] It works fine
A.m() {
  //[red] Alt works fine
  if(x) {
    //[red] `selfMessage` should be *red*
    selfMessage
    //[red] `Creation` message and comment are not styled
    new B
  }
}
Screenshot 2023-08-29 at 6 00 24 pm

Fixed