rehype-stringify
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>rehype-stringify</artifactId>
<version>10.0.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-stringify</artifactId>
<version>10.0.1</version>
<name>rehype-stringify</name>
<description>rehype plugin to serialize HTML</description>
<url>https://github.com/rehypejs/rehype</url>
<organization>
<name>Titus Wormer</name>
<url>https://github.com/rehypejs/rehype</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>remcohaszing</name>
<email>remcohaszing@gmail.com</email>
</developer>
<developer>
<name>wooorm</name>
<email>tituswormer@gmail.com</email>
</developer>
<developer>
<name>kmck</name>
<email>keith@mcknig.ht</email>
</developer>
</developers>
<scm>
<connection>https://github.com/rehypejs/rehype.git#main.git</connection>
<developerConnection>https://github.com/rehypejs/rehype.git#main.git</developerConnection>
<url>https://github.com/rehypejs/rehype.git#main</url>
</scm>
<issueManagement>
<url>https://github.com/rehypejs/rehype/issues</url>
</issueManagement>
<properties>
<org.mvnpm-hast-util-to-html.version>[9.0.0,10)</org.mvnpm-hast-util-to-html.version>
<org.mvnpm-unified.version>[11.0.0,12)</org.mvnpm-unified.version>
<org.mvnpm.at.types-hast.version>[3.0.0,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-html</artifactId>
<version>${org.mvnpm-hast-util-to-html.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>unified</artifactId>
<version>${org.mvnpm-unified.version}</version>
</dependency>
</dependencies>
</project>