jeromegn / slang

Slim-inspired templating language for Crystal
MIT License
236 stars 30 forks source link

Question: HTML #46

Open Sjoerd opened 6 years ago

Sjoerd commented 6 years ago

Is it possible to type plain HTML in a slang file?

jeromegn commented 5 years ago

You should be able to use html tags directly mixed into slang. The test for it is rudimentary though: https://github.com/jeromegn/slang/blob/master/spec/slang_spec.cr#L153-L163