You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: plugins/html/bin/icon_html
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ from sys import argv
6
6
7
7
Name="HTML"
8
8
Vendor="rapid7"
9
-
Version="1.2.7"
9
+
Version="1.2.8"
10
10
Description="Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. This plugin provides the ability to convert an HTML document into a variety of formats using [pypandoc](https://pypi.python.org/pypi/pypandoc). Supported formats are: DOCX, EPUB, Markdown, PDF, HTML5, Plain Text"
Copy file name to clipboardexpand all lines: plugins/html/plugin.spec.yaml
+51-34
Original file line number
Diff line number
Diff line change
@@ -3,54 +3,64 @@ extension: plugin
3
3
products: [insightconnect]
4
4
name: html
5
5
title: HTML
6
-
description: "Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. This plugin provides the ability to convert an HTML document into a variety of formats using [pypandoc](https://pypi.python.org/pypi/pypandoc). Supported formats are: DOCX, EPUB, Markdown, PDF, HTML5, Plain Text"
7
-
version: 1.2.7
6
+
description: 'Hypertext Markup Language (HTML) is the standard markup language for
7
+
documents designed to be displayed in a web browser. This plugin provides the ability
8
+
to convert an HTML document into a variety of formats using [pypandoc](https://pypi.python.org/pypi/pypandoc).
Copy file name to clipboardexpand all lines: plugins/html/setup.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
5
5
setup(name="html-rapid7-plugin",
6
-
version="1.2.7",
6
+
version="1.2.8",
7
7
description="Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. This plugin provides the ability to convert an HTML document into a variety of formats using [pypandoc](https://pypi.python.org/pypi/pypandoc). Supported formats are: DOCX, EPUB, Markdown, PDF, HTML5, Plain Text",
0 commit comments