In textile we can center à header with ``` h1=. Test ``` that should produce the following HTML ``` Test ``` but markup.rocks transpile it to ``` h1=. Test ``` In a similar way we can justify (`h1<>.`) and right align (`h1>.`).