popcode icon indicating copy to clipboard operation
popcode copied to clipboard

Lazily instantiate all remark processors

Open outoftime opened this issue 8 years ago • 1 comments

Three Remark scenarios:

  • Defaults (used for error messages)
  • Syntax highlighted (used for instructions)
  • Strip markdown (used for inline error annotations)

util/markdown should present a simple interface to lazily instantiate each of the above processors the first time we need one and then hold on to it for reuse.

outoftime avatar Sep 20 '17 15:09 outoftime

@outoftime I can do this refactoring

inlinestyle avatar Sep 20 '17 15:09 inlinestyle