awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesMarkdown Image Alignment

Controls for centering or aligning images within markdown-rendered content.

Distinguishing note: Shortlist candidates cover 3D alignment or rotation correction, not simple CSS/Markdown alignment of 2D images.

Explore 5 awesome GitHub repositories matching user interface & experience · Markdown Image Alignment. Refine with filters or upvote what's useful.

Awesome Markdown Image Alignment GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • adityatelange/hugo-papermodAvatar de adityatelange

    adityatelange/hugo-PaperMod

    13,694Voir sur GitHub↗

    This is a responsive website theme for Hugo, providing a minimalist static site template and markdown blog layout. It is designed to prioritize content readability and search engine optimization through a clean, mobile-friendly interface. The theme distinguishes itself with built-in support for light and dark mode switching and a client-side search integration that allows users to query site content without a backend server. It also includes a comprehensive suite of social integration tools for managing OpenGraph and Twitter Card metadata. The project covers broad capability areas including

    Provides the ability to center images within markdown content using specific tags or parameters.

    HTMLblogblog-themeclean
    Voir sur GitHub↗13,694
  • coreui/coreui-free-bootstrap-admin-templateAvatar de coreui

    coreui/coreui-free-bootstrap-admin-template

    12,220Voir sur GitHub↗

    CoreUI Free Bootstrap Admin Template is a pre-built, responsive admin dashboard template built on Bootstrap 5 for constructing back-office interfaces. It provides a library of UI components with native wrappers for React, Vue, and Angular applications, alongside a Sass-based theming system for managing brand colors, dark mode, and design tokens via variables and CSS custom properties. The template includes a set of advanced form controls such as autocomplete, date pickers, and multi-step wizards with built-in validation, and supports switching the entire interface between built-in dark and li

    Provides utility classes for positioning images left, right, or center within a block.

    HTMLadminadmin-dashboardadmin-panel
    Voir sur GitHub↗12,220
  • jlantunez/webslidesAvatar de jlantunez

    jlantunez/webslides

    6,316Voir sur GitHub↗

    WebSlides is an open-source tool for creating HTML presentations, landing pages, and longform articles directly in the browser. It provides a full-screen slide deck system where each section element becomes an individual slide with horizontal and vertical navigation, keyboard shortcuts, touch gestures, and remote presenter support. The project distinguishes itself by offering over 40 pre-built slide components such as covers, cards, quotes, and flexible block grids that can be assembled without writing custom layout code. It includes built-in support for embedding rich media like background i

    Positions an image to the left, right, or center of its container using a single CSS class.

    JavaScript
    Voir sur GitHub↗6,316
  • pbek/qownnotesAvatar de pbek

    pbek/QOwnNotes

    5,792Voir sur GitHub↗

    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

    Specifies width and height for Markdown images using curly-brace attribute syntax.

    C++
    Voir sur GitHub↗5,792
  • tencent/cherry-markdownAvatar de Tencent

    Tencent/cherry-markdown

    4,727Voir sur GitHub↗

    Cherry Markdown est un éditeur Markdown basé sur le web et un moteur d'analyse qui convertit le texte balisé en HTML assaini avec un volet de prévisualisation synchronisé en temps réel. Il fonctionne comme une interface de texte riche et un outil WYSIWYG, fournissant un système pour transformer des chaînes de balisage en documents HTML ou formats portables. Le projet se distingue par un rendu haute performance et un modèle d'extensibilité flexible. Il utilise le diffing de DOM virtuel et le rendu partiel pour maintenir la réactivité dans les documents volumineux, et il permet la création de règles d'analyse personnalisées et de composants HTML spécialisés via un système de plugins. La surface de capacités de l'éditeur inclut une gestion de contenu complète pour les formules mathématiques, les diagrammes et les médias riches, ainsi que des contrôles de saisie avancés tels que l'édition multi-curseurs et la navigation modale de style Vim. Il dispose également d'un flux de travail robuste d'exportation de documents et d'un système de jetons de design pour une personnalisation visuelle approfondie de l'éditeur et des zones de prévisualisation. Le système inclut une couche de sécurité qui utilise une assainissement HTML basée sur liste blanche pour prévenir les attaques par injection.

    Supports specifying image width and height using attribute syntax for precise layout control in the preview.

    JavaScripteditorjavascriptmarkdown
    Voir sur GitHub↗4,727
  1. Home
  2. User Interface & Experience
  3. Markdown Image Alignment

Explorer les sous-tags

  • Image Dimension SpecifiersSpecifying width and height for Markdown images using curly-brace attribute syntax applied in the preview. **Distinct from Markdown Image Alignment:** Distinct from Markdown Image Alignment: focuses on setting image dimensions, not alignment or positioning.
  • Slide Image AlignmentsPositions an image to the left, right, or center of its container using a single class. **Distinct from Markdown Image Alignment:** Distinct from Markdown Image Alignment: provides CSS classes for aligning images in slides, not markdown-rendered content.