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:
parent
a90364c35b
commit
1359b10dea
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue