# [plain\_spec.rb:3](/spec/hamlit/filters/plain_spec.rb#L3) ## Input ```haml :plain あ #{'い'} ``` ## Output ### Haml, Hamlit ```html あ い ``` ### Faml ```html あ い ```