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

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

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

21 रिपॉजिटरी

Awesome GitHub RepositoriesInline Text Styles

Standardized visual treatments for inline text elements like bold, italics, and small text.

Explore 21 awesome GitHub repositories matching web development · Inline Text Styles. Refine with filters or upvote what's useful.

Awesome Inline Text Styles GitHub Repositories

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

    twbs/bootstrap

    174,380GitHub पर देखें↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By establishing a baseline through browser normalization and standardized typography, the project enables developers to create accessible, cross-browser compatible web applications. The framework distinguishes itself through a modular Sass-based architecture that allows for deep cust

    Establishes visual hierarchy by applying consistent formatting to inline elements like bold, italics, small, and underlined text.

    MDXbootstrapcsscss-framework
    GitHub पर देखें↗174,380
  • mdbootstrap/mdb-ui-kitmdbootstrap का अवतार

    mdbootstrap/mdb-ui-kit

    24,256GitHub पर देखें↗

    The mdb-ui-kit is a frontend component library and visual extension that combines the Bootstrap 5 framework with Material Design principles. It provides a collection of pre-styled interface elements and responsive web templates to facilitate the development of consistent web applications. The toolkit extends the Bootstrap ecosystem by adding Material Design aesthetics and advanced styling options. It enables rapid prototyping through the use of pre-configured design blocks and provides mechanisms for deep visual customization via SCSS variables and native CSS custom properties, including supp

    Provides utility classes for highlighting, underlining, and varying the size of inline text elements.

    SCSSbootstrapbootstrap-materialbootstrap-template
    GitHub पर देखें↗24,256
  • remarkjs/react-markdownremarkjs का अवतार

    remarkjs/react-markdown

    15,779GitHub पर देखें↗

    react-markdown is a React markdown renderer that transforms markdown strings into React elements for display in a user interface. It functions as a plugin-based markdown parser and component library that converts raw text into safe interface elements. The project utilizes a plugin system to extend markdown syntax, allowing support for tables, tasklists, and mathematical notation. It enables custom component mapping, which replaces standard markdown output with specialized components to control the visual styling and behavior of specific content blocks. The renderer supports the processing an

    Provides pluggable components that add custom block and inline parsing logic to the markdown engine.

    JavaScriptcommonmarkgfmmarkdown
    GitHub पर देखें↗15,779
  • erusev/parsedownerusev का अवतार

    erusev/parsedown

    15,049GitHub पर देखें↗

    Parsedown is a PHP library that converts Markdown text and common extensions into structured HTML output for web browsers. It functions as a Markdown to HTML converter that processes both block-level and inline elements to generate valid web content. The library includes a PHP HTML sanitizer designed to escape HTML and scripting vectors. This security layer provides input sanitization to prevent attacks when processing untrusted user-generated content.

    Extracting and formatting only the inline elements of a text string while ignoring block level structures.

    PHP
    GitHub पर देखें↗15,049
  • microsoft/frontend-bootcampmicrosoft का अवतार

    microsoft/frontend-bootcamp

    10,792GitHub पर देखें↗

    Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux

    Teaches formatting text with bold, italic, and other inline styles in HTML.

    TypeScriptcsscss-in-jshtml
    GitHub पर देखें↗10,792
  • wooorm/remarkwooorm का अवतार

    wooorm/remark

    8,923GitHub पर देखें↗

    Remark एक मार्कडाउन प्रोसेसर है जो प्रोग्रामेटिक एनालिसिस और ट्रांसफॉर्मेशन के लिए मार्कडाउन टेक्स्ट को एक स्ट्रक्चर्ड JSON एब्सट्रैक्ट सिंटैक्स ट्री (AST) में पार्स करता है। यह एक मार्कडाउन AST पार्सर और प्रोसेसर के रूप में कार्य करता है, जो एक्स्टेंसिबल सिंटैक्स और ट्रांसफॉर्मेशन रूल्स को प्रबंधित करने के लिए एक प्लगइन फ्रेमवर्क का उपयोग करता है। यह प्रोजेक्ट प्लगइन सिस्टम के माध्यम से कस्टम मार्कडाउन सिंटैक्स एक्सटेंशन और कंटेंट ट्रांसफॉर्मेशन को सक्षम बनाता है, जिससे गैर-मानक मार्कअप और मेटाडेटा को जोड़ने की अनुमति मिलती है। इसमें स्टाइल विसंगतियों की पहचान करने और लेखन मानकों का पालन सुनिश्चित करने के लिए एक मार्कडाउन लिंटर भी शामिल है। यह टूलसेट मार्कडाउन दस्तावेज़ फॉर्मेटिंग, HTML में फॉर्मेट रूपांतरण, और AST जनरेशन को कवर करता है। कंसिस्टेंट प्रोजेक्ट-वाइड फॉर्मेटिंग के लिए मार्कडाउन फ़ाइलों की जांच और उन्हें फिर से लिखने के लिए एक कमांड लाइन इंटरफ़ेस प्रदान किया गया है।

    Provides pluggable components that add custom block and inline parsing logic to the markdown engine.

    JavaScript
    GitHub पर देखें↗8,923
  • sindresorhus/github-markdown-csssindresorhus का अवतार

    sindresorhus/github-markdown-css

    8,891GitHub पर देखें↗

    The minimal amount of CSS to replicate the GitHub Markdown style

    Provides CSS styling for bold, italic, strikethrough, inline code, hyperlinks, and images matching GitHub's typography.

    CSS
    GitHub पर देखें↗8,891
  • jonschlinkert/remarkablejonschlinkert का अवतार

    jonschlinkert/remarkable

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

    Remarkable is an extensible Markdown parser library that implements the CommonMark specification and supports GitHub Flavored Markdown through configurable rule presets. Its core architecture separates parsing into distinct inline and block rule pipelines, enabling targeted customization of text-level and structural syntax while maintaining consistent behavior across standard Markdown features. The parser is built around a plugin-based rule system where individual syntax rules can be toggled, extended, or replaced by external plugins. A preset configuration system allows users to switch betwe

    Ships a preset configuration that enables GitHub Flavored Markdown syntax through toggleable rule bundles.

    JavaScriptcommonmarkcompiledocusaurus
    GitHub पर देखें↗5,835
  • pbek/qownnotespbek का अवतार

    pbek/QOwnNotes

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

    QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem, avoiding proprietary formats and enabling direct file access. It functions as a Nextcloud Notes client, syncing notes and metadata with Nextcloud or ownCloud servers through a companion API service for versioning and sharing. The application also integrates with AI providers and exposes a local MCP server for external agents to search and fetch notes, and includes a companion browser extension for capturing web content, bookmarks, and screenshots. The editor distinguishes itself thr

    Applies bold, italic, and strikethrough formatting using asterisks, underscores, and tildes.

    C++
    GitHub पर देखें↗5,792
  • mikepenz/android-iconicsmikepenz का अवतार

    mikepenz/Android-Iconics

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

    Android-Iconics is an icon library wrapper for Android applications that enables the use of icon fonts and SVG vectors as drawables. It provides a system for rendering vector graphics and importing custom icon sets through font files and CSS mappings. The project includes a dedicated SVG vector renderer and a tool for integrating custom icon fonts. It also features a mirroring utility that automatically flips icons for right-to-left language layouts to maintain visual consistency across different locales. The library covers icon style customization for properties such as color, size, and pad

    Allows mixing graphic symbols with alphanumeric text by inserting specific font characters into text strings.

    Kotlinandroidandroid-composeandroid-development
    GitHub पर देखें↗5,272
  • 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

    Adds custom syntax by registering new parsers and renderers to transform text into specific AST nodes.

    C#
    GitHub पर देखें↗5,257
  • dialogic-godot/dialogicdialogic-godot का अवतार

    dialogic-godot/dialogic

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

    Dialogic is a dialogue editor and runtime system for the Godot engine that provides a complete framework for creating branching conversations with characters, animations, and state management. At its core, it functions as a branching narrative editor with visual and text-based timeline authoring, a character animation manager that handles portraits and scene positioning, a localization tool that exports timelines to CSV for translation, and an interactive framework that manages player choices, text reveals, voice lines, and dynamic text effects within conversations. What distinguishes this sy

    Supports inline actions like speed changes, pauses, and variable interpolation for dynamic dialogue text.

    GDScriptaddondialogicdialogue
    GitHub पर देखें↗5,259
  • readthedocs/sphinx_rtd_themereadthedocs का अवतार

    readthedocs/sphinx_rtd_theme

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

    यह प्रोजेक्ट एक रिस्पॉन्सिव Sphinx डॉक्यूमेंटेशन थीम है जो तकनीकी कंटेंट को एक कंसिस्टेंट वेब इंटरफेस में रेंडर करने के लिए विजुअल लेआउट और Jinja2 टेम्प्लेट का एक सेट प्रदान करती है। यह एक CSS डॉक्यूमेंटेशन फ्रेमवर्क के रूप में कार्य करता है जिसे डेस्कटॉप और मोबाइल स्क्रीन दोनों के लिए तकनीकी मैनुअल के प्रेजेंटेशन को अनुकूलित करने के लिए डिज़ाइन किया गया है। इस थीम में सॉफ्टवेयर API रेफरेंस के लिए एक स्ट्रक्चर्ड लेआउट शामिल है, जो फंक्शन सिग्नेचर, पैरामीटर और रिटर्न टाइप को फॉर्मेट करता है। यह वर्जन कंट्रोल लिंकिंग के लिए एकीकृत तंत्र भी प्रदान करता है, जिससे डॉक्यूमेंटेशन पेज सीधे बाहरी होस्टिंग प्रोवाइडर्स पर मौजूद सोर्स फाइलों को पॉइंट कर सकते हैं। यह सिंटैक्स-हाइलाइटेड कोड ब्लॉक, गणितीय समीकरण, डेटा टेबल और नोट्स व चेतावनियों के लिए कैटेगराइज्ड कॉलआउट सहित तकनीकी कंटेंट फॉर्मेटिंग की एक विस्तृत श्रृंखला को कवर करता है।

    Provides visual treatments for inline text elements like keyboard shortcuts and GUI labels.

    Sasssphinx-docsphinx-theme
    GitHub पर देखें↗5,062
  • xoofx/markdigxoofx का अवतार

    xoofx/markdig

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

    Markdig is a markdown parser library that converts text into structured HTML, plain text, or other formats using a configurable pipeline. It functions as a CommonMark compliant parser and an abstract syntax tree generator that transforms markdown into a hierarchical tree of block and inline nodes with precise source location mapping. The project is distinguished by a decoupled renderer architecture that separates parsing logic from output generation, enabling the transformation of the syntax tree into non-HTML formats such as LaTeX or XAML. It also serves as a lossless markdown processor by t

    Supports the registration of custom block and inline parsers to expand supported markdown syntax.

    C#commonmarkcommonmark-parsingcsharp
    GitHub पर देखें↗5,127
  • neilj/squireneilj का अवतार

    neilj/Squire

    4,902GitHub पर देखें↗

    Squire एक DOM-आधारित रिच टेक्स्ट एडिटर और WYSIWYG कंटेंट एडिटर है जो रॉ HTML को सत्य का स्रोत मानता है। यह जटिल वेब कंटेंट को संपादित करने के लिए एक विज़ुअल इंटरफ़ेस प्रदान करने के लिए सीधे डॉक्यूमेंट ऑब्जेक्ट मॉडल में हेरफेर करने के लिए एक सिस्टम के रूप में कार्य करता है। यह प्रोजेक्ट मनमाना HTML संपादन पर केंद्रित है, जो मूल फॉर्मेटिंग खोए बिना किसी भी HTML कंटेंट के संशोधन की अनुमति देता है। इसमें रॉ इनपुट को साफ और संरचित करने के लिए HTML कंटेंट नॉर्मलाइजेशन और सैनिटाइजेशन टूल्स शामिल हैं। एडिटर की क्षमता इनलाइन फॉर्मेटिंग, ब्लॉक एलिमेंट मैनेजमेंट और मीडिया फ्रैगमेंट्स को सम्मिलित करने को कवर करती है।

    Toggles visual treatments like bold, italics, and color for inline text elements.

    TypeScript
    GitHub पर देखें↗4,902
  • yuin/goldmarkyuin का अवतार

    yuin/goldmark

    4,860GitHub पर देखें↗

    Goldmark, Go में लिखा गया एक Markdown पार्सर और रेंडरर है जो Markdown टेक्स्ट को HTML या XHTML में बदलता है। यह सुसंगत पार्सिंग व्यवहार सुनिश्चित करने के लिए CommonMark विनिर्देश को लागू करता है। यह प्रोजेक्ट एक मॉड्यूलर एक्सटेंशन रजिस्ट्री का उपयोग करता है, जो टेबल, टास्क लिस्ट और फुटनोट्स जैसे कस्टम सिंटैक्स को जोड़ने की अनुमति देता है। इसमें चीनी, जापानी और कोरियाई वर्णों के लिए विशिष्ट लाइन-ब्रेकिंग और जोर (emphasis) नियमों को संभालने के लिए CJK भाषाओं के लिए विशेष समर्थन भी शामिल है। यह लाइब्रेरी प्रोग्रामेटिक डॉक्यूमेंट विश्लेषण और संशोधन के लिए टेक्स्ट को एक एब्स्ट्रैक्ट सिंटैक्स ट्री में पार्स करती है। इसकी क्षमताओं में URLs और ईमेल की ऑटोमैटिक लिंकिंग, टाइपोग्राफिक पंक्चुएशन फॉर्मेटिंग और एलिमेंट्स को कस्टम एट्रिब्यूट्स असाइन करना शामिल है।

    Provides pluggable components to add custom block and inline parsing logic for tables and footnotes.

    Gocommonmarkgogolang
    GitHub पर देखें↗4,860
  • justinwalsh/daux.iojustinwalsh का अवतार

    justinwalsh/daux.io

    4,530GitHub पर देखें↗

    यह प्रोजेक्ट एक Markdown स्टैटिक साइट जनरेटर और डॉक्यूमेंटेशन सर्वर है जो फाइलों और फोल्डर स्ट्रक्चर को रिस्पॉन्सिव वेबसाइटों में बदलता है। यह एक Confluence डॉक्यूमेंटेशन पब्लिशर के रूप में कार्य करता है, जो प्रोसेस किए गए Markdown कंटेंट को सीधे एंटरप्राइज नॉलेज बेस सर्वर पर अपलोड और सिंक्रोनाइज़ करने में सक्षम बनाता है। यह सिस्टम अपनी तकनीकी रेंडरिंग क्षमताओं के माध्यम से खुद को अलग करता है, जो Mermaid सिंटैक्स को विजुअल डायग्राम में और TeX एक्सप्रेशन को गणितीय सूत्रों में बदलता है। यह समर्पित नेविगेशन स्ट्रक्चर के साथ साइट के लोकलाइज़्ड वर्शन बनाकर बहुभाषी डॉक्यूमेंटेशन का समर्थन करता है। यह प्लेटफॉर्म एक पूर्ण कंटेंट पाइपलाइन प्रदान करता है जिसमें पदानुक्रमित (hierarchical) नेविगेशन मेनू, कोड सिंटैक्स हाइलाइटिंग और फाइलनाम प्रीफिक्स के माध्यम से पेज ऑर्डर प्रबंधित करने के लिए एक सिस्टम शामिल है। इसमें कस्टम कंटेंट जनरेटर और प्रोग्रामेटिक पेज ट्री मैनिपुलेशन के लिए एक लचीला एक्सटेंसिबिलिटी फ्रेमवर्क भी है। एनवायरनमेंट को पोर्टेबल Docker कंटेनर के रूप में डिप्लॉय किया जा सकता है और इसमें अंतिम जनरेशन से पहले डॉक्यूमेंटेशन का परीक्षण करने के लिए एक लोकल प्रीव्यू सर्वर शामिल है।

    Allows customizing the behavior of the Markdown parser to change how content is interpreted and rendered.

    GitHub पर देखें↗4,530
  • johanneskaufmann/html-to-markdownJohannesKaufmann का अवतार

    JohannesKaufmann/html-to-markdown

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

    html-to-markdown is a tool that transforms HTML content and websites into Markdown text. It functions as an HTML to Markdown converter and a command line processor for converting files or standard input streams into Markdown documents. The project is an extensible conversion engine that allows for custom element rendering and the registration of plugins to modify the transformation process. It includes a content filter that uses CSS selectors to include or exclude specific HTML elements during conversion. The system covers broad capability areas including link resolution for relative URLs, r

    Implements an extensible conversion engine with a plugin system for customizing HTML element rendering.

    Gocliconvertergo
    GitHub पर देखें↗3,701
  • panphora/overtypepanphora का अवतार

    panphora/overtype

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

    Overtype is a web-based markdown editor that provides a WYSIWYG editing experience. It allows users to manage markdown content through a real-time visual preview while maintaining the simplicity of native text input. The project focuses on secure markdown rendering by sanitizing input and neutralizing dangerous links to prevent XSS attacks. The editor is implemented as a native web component using Shadow DOM encapsulation, ensuring style isolation and framework-agnostic integration. It uses a transparent overlay rendering technique to simulate a visual editor while preserving native input beh

    Offers a plugin-based architecture to extend markdown parsing with custom syntax patterns and post-processing logic.

    JavaScript
    GitHub पर देखें↗3,677
  • syntax-tree/mdastsyntax-tree का अवतार

    syntax-tree/mdast

    1,441GitHub पर देखें↗

    The project provides a standardized abstract syntax tree specification and utility library for parsing, transforming, and serializing markdown documents. It serves as a comprehensive document processing architecture that translates between raw text markup and structured node representations in both directions. The capability surface covers syntax parsing for extended markdown features, custom syntax extensions, metadata blocks, and embedded expressions, alongside document serialization that converts syntax trees back into standard and extended markup formats. It includes node modeling and val

    Builds custom parsers and plugins to support non-standard markdown features like frontmatter, math, and tables.

    astmarkdownsyntax-tree
    GitHub पर देखें↗1,441
पिछला12अगला
  1. Home
  2. Web Development
  3. Web Standards
  4. Typography Systems
  5. Inline Text Styles

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

  • Inline Glyph EmbeddingIntegrates graphical glyphs directly within alphanumeric text strings. **Distinct from Inline Text Styles:** Specifically focuses on embedding graphic symbols in text, rather than standard typographic styles like bold or italics.
  • Markdown Parser Extensions2 सब-टैग्सPluggable components that add custom block and inline parsing logic to a markdown engine. **Distinct from Markdown Parsers:** Focuses on the extensibility of the parser via plugins, whereas the sibling is the utility itself.
  • Markdown ParsersUtilities that specifically identify and transform inline markdown syntax into formatted text. **Distinct from Inline Text Styles:** Focuses on the logic of parsing markdown syntax rather than just the final visual typography styles