Skip to content

Commit 5dd7596

Browse files
authored
Add markdown formatter plugin (#3090)
Proposed wider use to document Pipeline shared libraries jenkinsci/pipeline-groovy-lib-plugin#117 Has 860 installations with that number increasing steadily. https://plugins.jenkins.io/pegdown-formatter/ should be deprecated. It was last released 12 years ago. It has a known security vulnerability. It has no maintainer. It has a health score of 57/100. Still has over 1000 installations, but many of those installations could use markdown formatter.
1 parent 96323bd commit 5dd7596

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

bom-2.414.x/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<artifactId>json-path-api</artifactId>
8888
<version>2.9.0-33.v2527142f2e1d</version>
8989
</dependency>
90+
<dependency>
91+
<groupId>io.jenkins.plugins</groupId>
92+
<artifactId>markdown-formatter</artifactId>
93+
<version>95.v17a_965e696ee</version>
94+
</dependency>
9095
<dependency>
9196
<groupId>io.jenkins.plugins</groupId>
9297
<artifactId>plugin-util-api</artifactId>

bom-weekly/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,11 @@
353353
<artifactId>mariadb-api</artifactId>
354354
<version>3.3.3-31.v2fb_e19b_1802e</version>
355355
</dependency>
356+
<dependency>
357+
<groupId>io.jenkins.plugins</groupId>
358+
<artifactId>markdown-formatter</artifactId>
359+
<version>167.v8a_428ca_49f89</version>
360+
</dependency>
356361
<dependency>
357362
<groupId>io.jenkins.plugins</groupId>
358363
<artifactId>mysql-api</artifactId>

sample-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@
316316
<artifactId>mariadb-api</artifactId>
317317
<scope>test</scope>
318318
</dependency>
319+
<dependency>
320+
<groupId>io.jenkins.plugins</groupId>
321+
<artifactId>markdown-formatter</artifactId>
322+
<scope>test</scope>
323+
</dependency>
319324
<dependency>
320325
<groupId>io.jenkins.plugins</groupId>
321326
<artifactId>mysql-api</artifactId>

0 commit comments

Comments
 (0)