3 Repos
Display of text blocks that preserve all whitespace and line breaks exactly as written.
Distinct from Text Formatting: Shortlist candidates focus on general styling or tokenization whitespace, not the preformatted text element.
Explore 3 awesome GitHub repositories matching web development · Preformatted Text Rendering. Refine with filters or upvote what's useful.
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
Teaches rendering preformatted text with preserved whitespace for code blocks.
This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.
Provides a way to display blocks of text exactly as written, preserving all whitespace and line breaks.
This project is an HTML-to-native renderer and cross-platform UI component that transforms web-standard markup into native mobile components. It functions as a CSS-to-native style engine and a customizable HTML parser, allowing web content to be displayed in mobile applications without the use of a full web view. The library is distinguished by its ability to intercept and modify the HTML DOM tree before rendering, enabling the injection of custom components, the filtering of specific nodes, and the overriding of default element translation models. It also implements a sophisticated style res
Preserves all whitespace and line breaks within preformatted tags to maintain source visual layout.