gfm-code-blocks
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>gfm-code-blocks</artifactId>
<version>1.0.0</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>gfm-code-blocks</artifactId>
<version>1.0.0</version>
<name>gfm-code-blocks</name>
<description>Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.</description>
<url>https://github.com/jonschlinkert/gfm-code-blocks</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/jonschlinkert/gfm-code-blocks</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jonschlinkert</name>
<email>github@sellside.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jonschlinkert/gfm-code-blocks.git</connection>
<developerConnection>https://github.com/jonschlinkert/gfm-code-blocks.git</developerConnection>
<url>https://github.com/jonschlinkert/gfm-code-blocks</url>
</scm>
<issueManagement>
<url>https://github.com/jonschlinkert/gfm-code-blocks/issues</url>
</issueManagement>
<properties>
<org.mvnpm-gfm-code-block-regex.version>[1.0.0,2)</org.mvnpm-gfm-code-block-regex.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>gfm-code-block-regex</artifactId>
<version>${org.mvnpm-gfm-code-block-regex.version}</version>
</dependency>
</dependencies>
</project>