pax_global_header 0000666 0000000 0000000 00000000064 14767115657 0014535 g ustar 00root root 0000000 0000000 52 comment=062c317f69ed46e3c97a3ad762957ea552627b1c
golang-github-johanneskaufmann-html-to-markdown-2.3.1/ 0000775 0000000 0000000 00000000000 14767115657 0023015 5 ustar 00root root 0000000 0000000 golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/ 0000775 0000000 0000000 00000000000 14767115657 0024355 5 ustar 00root root 0000000 0000000 golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 14767115657 0026540 5 ustar 00root root 0000000 0000000 golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/ISSUE_TEMPLATE/01-cli-bug-report.yaml 0000664 0000000 0000000 00000004542 14767115657 0032502 0 ustar 00root root 0000000 0000000
name: 🐛 CLI Bug Report
description: File a bug report for the command line interface.
title: "[CLI]: Your title"
labels: ["bug", "cli"]
body:
- type: markdown
attributes:
value: |
### Thank you for contributing to the project!
You are creating a issue for the version **v2.x.x** of the **CLI**.
The bug report form helps to streamline the process.
Please fill out all required fields and choose a *minimal* reproducible example.
- type: textarea
id: description
attributes:
label: Describe the bug
description: What did you try to do? What did not work? Anything else to be aware of?
placeholder: "A clear and concise description of what the bug is."
value: |
A clear and concise description of what the bug is.
Also add any other context about the problem here.
For example, what `--version` you are using.
validations:
required: true
- type: textarea
id: example_code_input
attributes:
label: HTML Input
description: Please choose a minimal input that shows the problem. This will be automatically formatted into code, so no need for backticks.
placeholder: "
Title
"
render: html
validations:
required: true
- type: textarea
id: example_code_actual
attributes:
label: Generated Markdown
description: The *actual* output of the converter. This will be automatically formatted into code, so no need for backticks.
placeholder: "# Title"
render: markdown
validations:
required: true
- type: textarea
id: example_code_expected
attributes:
label: Expected Markdown
description: The *expected* output of the converter. This will be automatically formatted into code, so no need for backticks.
placeholder: "# Title!!!"
render: markdown
validations:
required: true
- type: dropdown
id: operating_system
attributes:
label: Operating System
description: On what operating system are you using the CLI?
options:
- MacOS
- Linux
- Windows
validations:
required: true
- type: markdown
attributes:
value: |
----
Thanks for taking the time to fill out this bug report!
*We usually answer you in 2-3 days and then fix it on the weekend.*
02-golang-v2-bug-report.yaml 0000664 0000000 0000000 00000004660 14767115657 0033452 0 ustar 00root root 0000000 0000000 golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/ISSUE_TEMPLATE
name: 🐛 Golang V2 Bug Report
description: File a bug report for the golang library v2.x.x
title: "[Bug]: Your title"
labels: ["bug", "v2"]
body:
- type: markdown
attributes:
value: |
### Thank you for contributing to the project!
You are creating a issue for the version **v2** of the **Golang** package.
The bug report form helps to streamline the process.
Please fill out all required fields and choose a *minimal* reproducible example.
- type: textarea
id: description
attributes:
label: Describe the bug
description: What did you try to do? What did not work? Anything else to be aware of?
placeholder: "A clear and concise description of what the bug is."
value: |
A clear and concise description of what the bug is.
Also add any other context about the problem here.
For example, if you changed the default options or used a plugin. Also adding the version from the `go.mod` is helpful.
validations:
required: true
- type: textarea
id: example_code_input
attributes:
label: HTML Input
description: Please choose a minimal input that shows the problem. This will be automatically formatted into code, so no need for backticks.
placeholder: "Title
"
render: html
validations:
required: true
- type: textarea
id: example_code_actual
attributes:
label: Generated Markdown
description: The *actual* output of the converter. This will be automatically formatted into code, so no need for backticks.
placeholder: "# Title"
render: markdown
validations:
required: true
- type: textarea
id: example_code_expected
attributes:
label: Expected Markdown
description: The *expected* output of the converter. This will be automatically formatted into code, so no need for backticks.
placeholder: "# Title!!!"
render: markdown
validations:
required: true
- type: dropdown
id: plugins
attributes:
label: What plugins did you use?
description: You can select multiple.
multiple: true
options:
- base
- commonmark
- strikethrough
- other plugin
- type: markdown
attributes:
value: |
----
Thanks for taking the time to fill out this bug report!
*We usually answer you in 2-3 days and then fix it on the weekend.*
03-golang-v1-bug-report.yaml 0000664 0000000 0000000 00000004415 14767115657 0033450 0 ustar 00root root 0000000 0000000 golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/ISSUE_TEMPLATE
name: 🐛 Golang V1 Bug Report
description: File a bug report for the golang library v1.x.x
title: "[Bug]: Your title"
labels: ["bug", "v1"]
body:
- type: markdown
attributes:
value: |
### Thank you for contributing to the project!
You are creating a issue for the version **v1** of the **Golang** package.
The bug report form helps to streamline the process.
Please fill out all required fields and choose a *minimal* reproducible example.
> [!TIP]
> There is a new v2 version of the library. Consider upgrading.
- type: textarea
id: description
attributes:
label: Describe the bug
description: What did you try to do? What did not work? Anything else to be aware of?
placeholder: "A clear and concise description of what the bug is."
value: |
A clear and concise description of what the bug is.
Also add any other context about the problem here.
For example, if you changed the default options or used a plugin. Also adding the version from the `go.mod` is helpful.
validations:
required: true
- type: textarea
id: example_code_input
attributes:
label: HTML Input
description: Please choose a minimal input that shows the problem. This will be automatically formatted into code, so no need for backticks.
placeholder: "Title
"
render: html
validations:
required: true
- type: textarea
id: example_code_actual
attributes:
label: Generated Markdown
description: The *actual* output of the converter. This will be automatically formatted into code, so no need for backticks.
placeholder: "# Title"
render: markdown
validations:
required: true
- type: textarea
id: example_code_expected
attributes:
label: Expected Markdown
description: The *expected* output of the converter. This will be automatically formatted into code, so no need for backticks.
placeholder: "# Title!!!"
render: markdown
validations:
required: true
- type: markdown
attributes:
value: |
----
Thanks for taking the time to fill out this bug report!
*We usually answer you in 2-3 days and then fix it on the weekend.*
golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/ISSUE_TEMPLATE/04-feature-request.yaml0000664 0000000 0000000 00000001135 14767115657 0032766 0 ustar 00root root 0000000 0000000
name: ✨ Feature Request
description: Request a new feature
title: "[Feature]: Your title"
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
### Thank you for contributing to the project!
You want want to request a new feature? Great!
- type: textarea
id: description
attributes:
label: Describe the improvement
description: What feature should be implemented? How are other libraries doing it?
placeholder: "A clear and concise description of what improvement you wish for."
validations:
required: true
golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/dependabot.yml 0000664 0000000 0000000 00000000425 14767115657 0027206 0 ustar 00root root 0000000 0000000 # Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/images/ 0000775 0000000 0000000 00000000000 14767115657 0025622 5 ustar 00root root 0000000 0000000 golang-github-johanneskaufmann-html-to-markdown-2.3.1/.github/images/autocomplete_register.png 0000664 0000000 0000000 00000705316 14767115657 0032751 0 ustar 00root root 0000000 0000000 PNG
IHDR v | 7 @iCCPICC Profile HWXS[@h@J- *! JbG\X(XEa_,((bI]͝s?gΝ j'9"Q.@@OB'
/bFGXڿw7"mK_ 8̓ x%W$. (ͦV%BH3Rx&>q+ J*8 +r3j?ĎB@b< 6"t2>dc\dE)@/L?K^dȇ%*YXanLbQkBACR$! r{Ԁς9:;8a@$̍W 6pxu!^SlOUB3,?J}=$0l>Z1bBAb$Ī;ą)le"lĒXir}0C//%KTY!`\,~8
_L(;&)t>
ccq(7Zas).qxb\r}W0C#d=BxEO x
!u_AP6"<8\x/{KO #w\o.&dd#]mȒH 6>{=ݞAxDA"ܞ$(eA\j7Tʸq臉BϮe)ffPؑ(yُlHU[Uaȉ<|{~!<؆l-bS X3ֈaǥxxu=!oxr45_}iw4`MM2
LEB( &F@tھs yppw.pY3CGqå|Kqn@
@