fbmarkdown icon indicating copy to clipboard operation
fbmarkdown copied to clipboard

Use xhp for html rendering

Open lexidor opened this issue 1 year ago • 0 comments

fixes #1 fixes #14

Fixes:

  • Remove dead fixmes.
  • Lint with hhast lint.
  • Introduces IRenderer<+T> for covariant handling of Renderer<T>.
  • Introduces HTMLXHPRenderer to render straight to XHP.
  • Introduces HTMLWithXHPInternallyRenderer to grant XHP benefits to users unable to use the xhp variant.

lexidor avatar May 27 '23 18:05 lexidor