4 Repos
Tools that process and style source code directly in the browser for display.
Distinct from Client-Side Directives: Candidates were focused on media processing or storage; this is specifically about code formatting and styling in the browser.
Explore 4 awesome GitHub repositories matching web development · Client-Side Code Formatters. Refine with filters or upvote what's useful.
highlight.js is a JavaScript syntax highlighter and client-side code formatter that transforms plain text source code into highlighted HTML for web display. It provides syntax highlighting across a wide variety of programming languages. The library includes an automatic language detector that identifies the programming language of a code block to apply the correct highlighting rules without manual tagging. It is designed for web worker compatibility, allowing the highlighting process to run in background threads to prevent the browser interface from freezing during the processing of large vol
Processes and styles source code directly in the browser to avoid the need for server-side rendering.
Prism is a JavaScript syntax highlighter and web-based code formatter. It functions as an extensible syntax engine designed to colorize and format code blocks on web pages, making various programming languages easier to read. The project processes raw code strings into styled HTML elements for use in frontend content rendering, technical documentation, and static site generation. It provides a modular system for adding custom language definitions and highlighting rules to a web-based code viewer.
Processes and styles source code directly in the browser for consistent visual presentation.
Code-prettify ist ein browserbasiertes Tool und HTML-Syntax-Highlighter, der Codeblöcken auf Webseiten visuelle Formatierung und Zeilennummern hinzufügt. Es fungiert als clientseitiger Code-Formatter und als anpassbare Lexer-Bibliothek zur Definition sprachspezifischer Hervorhebungsregeln. Das System ermöglicht die Erstellung benutzerdefinierter Lexer, um Syntax-Hervorhebung für proprietäre oder ungewöhnliche Programmiersprachen bereitzustellen. Die visuelle Präsentation wird durch benutzerdefiniertes Code-Styling und die Integration externer CSS-Stylesheets zur Definition von Farben und Schriftarten verwaltet. Das Projekt bietet automatische Syntax-Hervorhebung und sequentielle Zeilennummerierung für in HTML eingebettete Quellcode-Snippets. Es unterstützt das Hinzufügen von benutzerdefinierter Sprachunterstützung und das Styling technischer Dokumentationen.
Functions as a browser-based tool that adds line numbers and visual formatting to raw code blocks.
Syntaxhighlighter ist eine JavaScript-basierte Frontend-Bibliothek, die verwendet wird, um lesbaren Quellcode auf Webseiten darzustellen. Sie fungiert als clientseitiger Syntax-Highlighter, der sprachspezifische Farben und Formatierungen auf Klartext-Codeblöcke innerhalb eines Browsers anwendet. Die Bibliothek ermöglicht die Generierung einer minimalen Distribution von Sprach-Brushes und visuellen Themes, die auf spezifische Projektanforderungen zugeschnitten sind. Dies ermöglicht die Erstellung eines benutzerdefinierten Builds, das nur die benötigten Skripte und Stylesheets enthält. Das System übernimmt die Syntaxhervorhebung für webbasierte Dokumentationen und unterstützt benutzerdefiniertes Asset-Bundling, um die finale Payload-Größe zu reduzieren.
Provides client-side processing and styling of source code directly in the browser for display.