ngx-markdown
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>ngx-markdown</artifactId>
<version>2.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>ngx-markdown</artifactId>
<version>2.0.2</version>
<name>NGX Markdown</name>
<description>The JWebMP implementation for ngx-markdown - Markdown rendering with Prism syntax highlighting, Mermaid diagrams, KaTeX math, and emoji support for Angular</description>
<url>https://github.com/JWebMP/Markdown</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>GedMarc</id>
<name>Marc Magon</name>
<email>marc.magon@gmail.com</email>
<url>https://github.com/GedMarc</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/JWebMP/Parent.git/ngx-markdown</connection>
<developerConnection>scm:git:https://github.com/JWebMP/Parent.git/ngx-markdown</developerConnection>
<url>https://github.com/JWebMP/Parent/ngx-markdown</url>
</scm>
<dependencies>
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>typescript-client</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-core</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>angular</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>prism</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.10.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>