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

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

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

github/markup

0
View on GitHub↗
6,034 स्टार्स·3,371 फोर्क्स·Ruby·MIT·2 व्यूज़

Markup

Markup is a tool for converting various documentation formats and manual pages into structured HTML. It functions as a rendering engine selector and converter that transforms raw markup files into web-ready output using a pluggable pipeline.

The system identifies the appropriate rendering engine by utilizing file extensions or analyzing document content through pattern-based language detection. This allows the pipeline to handle documents where file extensions are missing or ambiguous.

The project covers a broad range of content transformation, including the conversion of traditional man pages and the automation of documentation pipelines. It employs a strategy-based architecture to map diverse content types to specific HTML conversion engines.

Features

  • Static Markup Rendering - Converts raw markup files into final static HTML pages by selecting the appropriate rendering engine.
  • Markup Language Detection - Analyzes document content to identify the markup language when file extensions are missing or ambiguous.
  • Language Detection - Identifies the specific markup language of a document to ensure the correct rendering engine is applied.
  • HTML Converters - Provides specialized transformation of manual pages into structured, web-ready HTML.
  • Markup Language Detectors - Identifies the specific markup language of a document when file extensions are missing or ambiguous.
  • Markup To HTML Converters - Provides a pipeline that transforms various documentation formats and man pages into structured web-ready HTML.
  • Content Type Detection - Automates the identification of markup languages to apply the correct renderer during processing.
  • HTML Renderers - Converts manual pages into a web-ready format for display in a browser.
  • Pluggable Rendering Pipelines - Employs a strategy-based architecture with a pluggable set of renderers for diverse markup transformation.
  • Documentation Build Pipelines - Automates the build pipeline that transforms various documentation source files into standardized HTML.
  • Pluggable Build Pipelines - Implements a sequence of extensible functions to transform diverse content types into HTML.
  • Extension-Based Rendering Strategies - Implements logic to map file extensions to the appropriate rendering engine for HTML conversion.
  • HTML Document Renderers - Transforms non-HTML documentation formats into structured HTML using a flexible rendering pipeline.
  • Ruby Frameworks and Tools - Markup file parsing library.

स्टार हिस्ट्री

github/markup के लिए स्टार हिस्ट्री चार्टgithub/markup के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Markup के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Markup के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • google/magikagoogle का अवतार

    google/magika

    17,139GitHub पर देखें↗

    Magika is an AI content type classifier and MIME type prediction engine that uses deep learning to identify file formats based on binary data. It analyzes byte sequences through a neural network to predict the content type of a file and provide associated confidence scores. The system features a foreign function interface that allows the core detection logic to be integrated across different programming languages. It includes a mechanism for configuring detection sensitivity and per-type thresholds to balance precision and recall. The project provides capabilities for bulk file analysis via

    Pythonaideep-learningfiletype
    GitHub पर देखें↗17,139
  • apache/tikaapache का अवतार

    apache/tika

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

    Tika is a content analysis toolkit and Java library designed for detecting and extracting metadata and text from thousands of different file types. It functions as a universal document text extractor and metadata extraction engine, converting complex files into plain text or XHTML. The system employs a specialized MIME type detector that identifies document formats using magic bytes and metadata to determine the correct parser. It serves as an OCR integration gateway, connecting to external text recognition tools to extract content from image files. The project covers a broad range of extrac

    Javacontentextractionjava
    GitHub पर देखें↗3,572
  • 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

    Ruby
    GitHub पर देखें↗3,834
  • openvenues/libpostalopenvenues का अवतार

    openvenues/libpostal

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

    Libpostal is a C library designed for international address parsing and normalization. It utilizes statistical NLP and a language classifier to decompose unstructured global address strings into structured components and standardize street addresses by expanding abbreviations and resolving regional naming variations across multiple languages. The project provides tools for text transliteration, converting various scripts into standardized Latin-ASCII or NFD forms. It also includes capabilities for address deduplication, using symmetric fuzzy matching to identify whether different address reco

    C
    GitHub पर देखें↗4,819
Markup के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

github/markup क्या करता है?

Markup is a tool for converting various documentation formats and manual pages into structured HTML. It functions as a rendering engine selector and converter that transforms raw markup files into web-ready output using a pluggable pipeline.

github/markup की मुख्य विशेषताएं क्या हैं?

github/markup की मुख्य विशेषताएं हैं: Static Markup Rendering, Markup Language Detection, Language Detection, HTML Converters, Markup Language Detectors, Markup To HTML Converters, Content Type Detection, HTML Renderers।

github/markup के कुछ ओपन-सोर्स विकल्प क्या हैं?

github/markup के ओपन-सोर्स विकल्पों में शामिल हैं: google/magika — Magika is an AI content type classifier and MIME type prediction engine that uses deep learning to identify file… openvenues/libpostal — Libpostal is a C library designed for international address parsing and normalization. It utilizes statistical NLP and… haml/haml — Haml is a Ruby HTML template engine and server-side rendering library. It functions as an HTML markup preprocessor… apache/tika — Tika is a content analysis toolkit and Java library designed for detecting and extracting metadata and text from… pymupdf/pymupdf — PyMuPDF is a comprehensive PDF manipulation library and document analysis tool. It serves as a text extraction tool,… richqaq/pastemd — PasteMD is a clipboard-based document processor and productivity tool designed to convert Markdown or HTML content…