1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Give up pretty mode implementation using Pretty

This commit is contained in:
Takashi Kokubun 2015-10-15 21:39:33 +09:00
parent a90364c35b
commit 1359b10dea

View file

@ -15,12 +15,11 @@ module Hamlit
hr img input isindex keygen link menuitem meta hr img input isindex keygen link menuitem meta
param source track wbr), param source track wbr),
filename: "", filename: "",
indent_tags: [],
) )
use Parser use Parser
use Compiler use Compiler
html :Pretty html :Fast
filter :Escapable filter :Escapable
filter :ControlFlow filter :ControlFlow
filter :MultiFlattener filter :MultiFlattener