Package co.mindus.utils.md
package co.mindus.utils.md
Markdown rendering resources for
TextUtils.This package contains classpath resources used by the Markdown rendering engine. It has no public Java classes of its own — all API entry points are in the parent package (TextUtils and SyntaxHighlighter).
Classpath Resources
css/— 6 Markdown document theme CSS files (Basic, Modern, GitHub, each in light and dark variants), used byTextUtils.Theme.np-md-java8.jar— commonmark 0.21.0 uber JAR (Java 8+, 8 extensions, no footnotes).np-md-java17.jar— commonmark 0.22+ uber JAR (Java 11+, 9 extensions including footnotes).
Syntax highlighting CSS themes are stored separately in co/mindus/utils/hl/css/ and managed by SyntaxHighlighter.
(C) Copyright Mindus SARL, 2026. All rights reserved.
- Author:
- Christopher Mindus
- See Also: