Text content components
These components accept a text/* MIME type. Common day-to-day formats come first. Download a .wasm file and run it with qipx run, or combine compatible inputs and outputs with the recipe finder.
Markdown (text/markdown) #
Related tool: Markdown to HTML.
HTML (text/html) #
Transform
Syntax highlight
These components highlight matching fenced code blocks and return text/html:
Related tools: syntax highlighter and HTML accessibility tree.
CSS (text/css) #
css-minify.wasm removes comments and unnecessary whitespace. It returns text/css.
Related tools: CSS minifier and CSS expression calculator.
URI list (text/uri-list) #
Related tools: QR code maker and SVG data URI.
Mermaid (text/vnd.mermaid) #
Related tool: Mermaid to Unicode box art.
JavaScript (text/javascript) #
js-to-bmp.wasm renders the supported JavaScript syntax subset to a BMP image.
js-to-bmp2.wasm provides the newer Zig implementation of the same JavaScript-to-BMP pipeline.
CSV (text/csv) #
Related tool: component recipe finder.
C source (text/x-c) #
c-to-bmp.wasm renders the supported C syntax subset to a BMP image.
Looking for raster formats instead? See the image content components.