issues
search
hhvm
/
fbmarkdown
Pure-Hack implementation of GitHub Flavored Markdown, based on the specification at https://github.github.com/gfm/
MIT License
29
stars
11
forks
source link
Use xhp for html rendering
#27
Open
lexidor
opened
1 year ago
lexidor
commented
1 year ago
fixes #1 fixes #14
Fixes:
Remove dead fixmes.
Lint with hhast lint.
Introduces IRenderer<+T> for covariant handling of Renderer
.
Introduces HTMLXHPRenderer to render straight to XHP.
Introduces HTMLWithXHPInternallyRenderer to grant XHP benefits to users unable to use the xhp variant.
fixes #1 fixes #14
Fixes: