GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaModule Overview: com.vladsch.flexmark:flexmark-integration-test
Module flexmark-integration-test
Group: com.vladsch.flexmark Tests integration of all extensions
Module Info and Diagrams
Package/Class Details
Module packages and classes
Class Hierarchy
Represents class hierarchy in this module
Module Dependencies
Module dependencies diagram including external libraries
View pom.xml
Module build script
Used By Modules:
none
Uses Modules:
flexmark
Core of flexmark-java (implementation of CommonMark for parsing markdown and renderi...
flexmark-ext-autolink
flexmark-java extension for turning plain URLs and email addresses into links
flexmark-ext-abbreviation
flexmark-java extension for defining abbreviations and turning appearance of these a...
flexmark-ext-emoji
flexmark-java extension for emoji shortcuts using Emoji-Cheat-Sheet.com http://www.e...
flexmark-ext-footnotes
flexmark-java extension for footnote inline elments and footnote definitions
flexmark-ext-gfm-strikethrough
flexmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown)
flexmark-ext-gfm-tasklist
flexmark-java extension to convert bullet list items that start with [ ] to a TaskLi...
flexmark-ext-tables
flexmark-java extension for tables using "|" pipes with optional column spans and ta...
flexmark-ext-toc
flexmark-java extension for toc
flexmark-ext-yaml-front-matter
flexmark-java extension for YAML front matter
flexmark-ext-wikilink
flexmark-java extension parsing and rendering wiki links
flexmark-test-util
flexmark-java classes for tests
flexmark-util
flexmark-java utility classes
flexmark-core-test
flexmark test classes for testing core functionality and implementing custom extensi...
flexmark-test-specs
flexmark-java CommonMark specs for tests
External Dependencies:
external
pegdown
A Java 1.6+ library providing a clean and lightweight markdown processor
external
jmh-core
The jmh is a Java harness for building, running, and analysing nano/micro/macro benc...
external
jmh-generator-annprocess
JMH benchmark generator, based on annotation processors.