We need to refactor the MarkdownPipe in src/app/pipes/markdown.pipe.ts so that the marked.setOptions({ breaks: true, gfm: true }) call in the constructor is defined as a new private method.
There should be no other code or test changes except for unit tests for the new private constructor.
We need to refactor the MarkdownPipe in
src/app/pipes/markdown.pipe.tsso that themarked.setOptions({ breaks: true, gfm: true })call in the constructor is defined as a new private method.There should be no other code or test changes except for unit tests for the new private constructor.