1 repository
The process of transforming a simplified markup language into valid HTML or XHTML.
Distinct from HTML Parsing Command Line Tools: Candidates focus on parsing, validating, or compressing existing HTML, not the preprocessing of a shorthand language into HTML.
Explore 1 awesome GitHub repository matching web development · HTML Preprocessing. Refine with filters or upvote what's useful.
Haml is a Ruby HTML template engine and server-side rendering library. It functions as an HTML markup preprocessor that transforms a concise, indentation-based shorthand syntax into standard HTML and XHTML markup. The system uses hierarchical whitespace instead of explicit closing tags to define the structure of documents, reducing boilerplate during markup authoring. It integrates Ruby logic directly into templates to evaluate conditional statements, process dynamic data, and interpolate values. The engine provides tools for managing element attributes through hashes, controlling output whi
Transforms a simplified, indentation-based markup language into valid HTML or XHTML.