3 مستودعات
Defines new tags that render as inline elements, automatically wrapped in paragraph nodes.
Distinct from Inline Code Component Customizations: Distinct from Inline Code Component Customizations: covers general inline tag definitions, not just code spans.
Explore 3 awesome GitHub repositories matching user interface & experience · Custom Inline Tag Definitions. Refine with filters or upvote what's useful.
Markdoc is a documentation content framework that extends standard Markdown with custom tags, typed schemas, and reusable components, parsing content into an abstract syntax tree and rendering it as React elements or HTML. It provides a structured authoring system where documents are processed through an AST-based pipeline, enabling validation, transformation, and flexible output generation. The framework distinguishes itself through a schema-driven validation pipeline that checks document structure and attribute values against defined rules, and a pluggable renderer architecture that accepts
Defines new tags that render as inline elements, automatically wrapped in paragraph nodes.
Python-Markdown هي مكتبة تحول نص Markdown إلى مستندات HTML أو XHTML. تعمل كمعالج نصوص Unicode، وتدعم جميع اللغات القائمة على Unicode والنصوص ثنائية الاتجاه لضمان التوافق العالمي. المشروع عبارة عن معالج markdown قابل للتوسيع يسمح للمطورين بإضافة قواعد بناء جملة وتنسيق مخصصة من خلال بنية إضافات. يتيح هذا النظام تسجيل قواعد تحليل جديدة، وتعديل سلوك المحلل، وتنفيذ بناء جملة مستند مخصص مثل الجداول والحواشي دون تغيير الكود المصدري الأساسي. توفر الأداة مجموعة متنوعة من قدرات العرض، بما في ذلك دعم بناء الجملة المعقد، وعناصر التنسيق المتقدمة، وعرض القوائم الموحد. تدعم كلاً من معالجة المحتوى البرمجي داخل تطبيقات البرمجيات والتحويل القائم على الملفات عبر واجهة سطر الأوامر. تتضمن عملية تحويل المكتبة قدرات للمعالجة المسبقة للنص المصدري، وتحويل شجرة المستند، والمعالجة اللاحقة للمخرجات.
Maps specific text patterns to custom element tree nodes to implement specialized inline formatting styles.
This project is a Python library and command-line tool designed to convert Markdown text and files into structured HTML fragments. It functions as a Markdown-to-HTML converter and parser that transforms piped text or source files into web-ready documents. The project is an extensible text processor featuring a pluggable API for defining custom inline and block syntax. This modular framework allows for the registration of specialized syntax extensions, such as tables and footnotes, and provides a system for managing runtime configuration settings. The conversion process covers multilingual te
Ships a mechanism to replace matched text patterns with new element tree nodes for customized inline formatting.