markdown-satteri
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>markdown-satteri</artifactId>
<version>0.4.2</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.at.astrojs</groupId>
<artifactId>markdown-satteri</artifactId>
<version>0.4.2</version>
<name>astrojs markdown-satteri</name>
<description>astrojs markdown-satteri</description>
<url>https://astro.build</url>
<organization>
<name>withastro</name>
<url>https://astro.build</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>fredkschott</name>
<email>fkschott@gmail.com</email>
</developer>
<developer>
<name>matthewp</name>
<email>matthew@matthewphillips.info</email>
</developer>
</developers>
<scm>
<connection>https://github.com/withastro/astro.git</connection>
<developerConnection>https://github.com/withastro/astro.git</developerConnection>
<url>https://github.com/withastro/astro</url>
</scm>
<issueManagement>
<url>https://github.com/withastro/astro/issues</url>
</issueManagement>
<properties>
<org.mvnpm-github-slugger.version>[2.0.0,3)</org.mvnpm-github-slugger.version>
<org.mvnpm.at.astrojs-internal-helpers.version>0.11.0</org.mvnpm.at.astrojs-internal-helpers.version>
<org.mvnpm.at.astrojs-prism.version>4.0.2</org.mvnpm.at.astrojs-prism.version>
<org.mvnpm-satteri.version>[0.10.3,0.11)</org.mvnpm-satteri.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>satteri</artifactId>
<version>${org.mvnpm-satteri.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>prism</artifactId>
<version>${org.mvnpm.at.astrojs-prism.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>github-slugger</artifactId>
<version>${org.mvnpm-github-slugger.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.astrojs</groupId>
<artifactId>internal-helpers</artifactId>
<version>${org.mvnpm.at.astrojs-internal-helpers.version}</version>
</dependency>
</dependencies>
</project>