Skip to content

Commit 849bb88

Browse files
committed
add flexmark-parent -lib for core, modules and converters
1 parent 1150259 commit 849bb88

51 files changed

Lines changed: 550 additions & 190 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/markdown-exported-files.xml

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/scopes/Flexmark_Ext_Overview.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ than ideal and for pathological input either hangs or practically hangs during p
2121
### Latest Additions
2222

2323
* [PDF converter module](https://github.com/vsch/flexmark-java/wiki/Extensions#pdf-output-module)
24-
[Usage: PDF Output](../../wiki/Usage#pdf-output) using [Open HTML To PDF]
24+
[Usage: PDF Output](https://github.com/vsch/flexmark-java/wiki/Usage#pdf-output) using [Open HTML To PDF]
2525
* [Typographic Extension Module](https://github.com/vsch/flexmark-java/wiki/Extensions#typographic)
2626
implemented
2727
* [XWiki Macros Extension Module](https://github.com/vsch/flexmark-java/wiki/Extensions#xwiki-macro-extension)

VERSION.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ flexmark-java
66
[TOC]: # " "
77

88
- [To Do](#to-do)
9+
- [0.15.1](#0151)
910
- [0.15.0](#0150)
1011
- [0.14.0](#0140)
1112
- [0.13.7](#0137)
@@ -87,7 +88,6 @@ flexmark-java
8788
- [0.1.1](#011)
8889
- [0.1.0](#010)
8990

90-
9191
&nbsp;</details><details id="version-history"><summary>**To Do**</summary>
9292

9393
## To Do
@@ -121,6 +121,15 @@ flexmark-java
121121

122122
&nbsp;</details>
123123

124+
0.15.1
125+
------
126+
127+
* Fix: default gfm task list item to include `&nbsp;` spacer after input check box and add
128+
`readonly` attribute
129+
130+
* Add: flexmark-parent artifact with classifier `-lib` to create a jar with all core, extension
131+
and conversion modules
132+
124133
0.15.0
125134
------
126135

flexmark-ext-abbreviation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.15.0</version>
7+
<version>0.15.1</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-abbreviation</artifactId>

flexmark-ext-anchorlink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.15.0</version>
7+
<version>0.15.1</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-anchorlink</artifactId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.vladsch.flexmark</groupId>
3030
<artifactId>flexmark-jira-converter</artifactId>
31-
<version>0.15.0</version>
31+
<version>0.15.1</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

flexmark-ext-aside/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.15.0</version>
7+
<version>0.15.1</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-aside</artifactId>

0 commit comments

Comments
 (0)