rehype-pretty-code
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>rehype-pretty-code</artifactId> <version>0.14.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>rehype-pretty-code</artifactId> <version>0.14.1</version> <name>rehype-pretty-code</name> <description>Beautiful code for your MD/MDX docs.</description> <url>https://rehype-pretty.pages.dev</url> <organization> <name>https://github.com/atomiks</name> <url>https://rehype-pretty.pages.dev</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>o-az</name> <email>omaraziz.dev@gmail.com</email> </developer> <developer> <name>atomiks</name> <email>cc.glows@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/rehype-pretty/rehype-pretty-code.git</connection> <developerConnection>https://github.com/rehype-pretty/rehype-pretty-code.git</developerConnection> <url>https://github.com/rehype-pretty/rehype-pretty-code</url> </scm> <issueManagement> <url>https://github.com/rehype-pretty/rehype-pretty-code/issues</url> </issueManagement> <properties> <org.mvnpm-unist-util-visit.version>[5.0.0,6)</org.mvnpm-unist-util-visit.version> <org.mvnpm-parse-numeric-range.version>[1.3.0,2)</org.mvnpm-parse-numeric-range.version> <org.mvnpm-hast-util-to-string.version>[3.0.0,4)</org.mvnpm-hast-util-to-string.version> <org.mvnpm-shiki.version>[1.0.0,2),[2.0.0,3),[3.0.0,4)</org.mvnpm-shiki.version> <org.mvnpm-unified.version>[11.0.5,12)</org.mvnpm-unified.version> <org.mvnpm-rehype-parse.version>[9.0.0,10)</org.mvnpm-rehype-parse.version> <org.mvnpm.at.types-hast.version>[3.0.4,4)</org.mvnpm.at.types-hast.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.types</groupId> <artifactId>hast</artifactId> <version>${org.mvnpm.at.types-hast.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>hast-util-to-string</artifactId> <version>${org.mvnpm-hast-util-to-string.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>parse-numeric-range</artifactId> <version>${org.mvnpm-parse-numeric-range.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>rehype-parse</artifactId> <version>${org.mvnpm-rehype-parse.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>unified</artifactId> <version>${org.mvnpm-unified.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>unist-util-visit</artifactId> <version>${org.mvnpm-unist-util-visit.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>shiki</artifactId> <version>${org.mvnpm-shiki.version}</version> </dependency> </dependencies> </project>