awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesHTML Attribute Extensions

Custom syntax patterns used to inject non-standard attributes or CSS classes into generated HTML elements.

Distinct from HTML Attribute Bindings: None of the candidates cover the specific case of using curly-brace markdown syntax to assign HTML attributes; most relate to code-style braces or reactive data binding.

Explore 2 awesome GitHub repositories matching web development · HTML Attribute Extensions. Refine with filters or upvote what's useful.

Awesome HTML Attribute Extensions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • lunet-io/markdiglunet-io का अवतार

    lunet-io/markdig

    5,257GitHub पर देखें↗

    Markdig is a high-performance Markdown processor for .NET applications that converts Markdown text into HTML or other target formats. It is a CommonMark compliant parser and extensible engine that can transform Markdown into a searchable and manipulatable abstract syntax tree. The library provides a framework for adding custom syntax and rendering logic through a modular pipeline of parsers and renderers. It supports native ahead-of-time compilation and trimming to minimize binary size. Capabilities include the generation of structured HTML with custom attributes and styling, the extraction

    Markdig adds CSS classes and IDs to elements using a special curly-brace syntax.

    C#
    GitHub पर देखें↗5,257
  • haml/hamlhaml का अवतार

    haml/haml

    3,834GitHub पर देखें↗

    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

    Enables the definition of HTML attributes using Ruby hashes with support for boolean values and recursive expansion.

    Ruby
    GitHub पर देखें↗3,834
  1. Home
  2. Web Development
  3. HTML Attribute Extensions

सब-टैग एक्सप्लोर करें

  • Attribute MappingUsing data structures like hashes to define and expand HTML element attributes. **Distinct from HTML Attribute Extensions:** Distinct from attribute extensions by focusing on the mapping of Ruby hashes to HTML attributes.