bigwhite
issue2md
Go

A tool to convert GitHub issue/discussion into Markdown.

Last updated Jul 5, 2026
57
Stars
49
Forks
0
Issues
+1
Stars/day
Attention Score
71
Language breakdown
Go 90.5%
Dockerfile 3.0%
HTML 2.7%
CSS 2.6%
Makefile 1.2%
โ–ธ Files click to expand
README

issue2md

A CLI and web tool to convert GitHub issues, discussions, or pull requests into Markdown format.

ไธญๆ–‡ๆ–‡ๆกฃ

>The majority of the content in this repository was generated by AI.

Command-line Mode

Install issue2md CLI

$ go install github.com/bigwhite/issue2md/cmd/issue2md@latest

Convert an Issue/Discussion/Pull Request to Markdown

Usage: issue2md [flags] url [markdown-file]
Arguments:
  url            The URL of the GitHub issue, discussion, or pull request to convert.
  markdown-file  (optional) The output markdown file.
Flags:
  -enable-reactions
    	Include reactions in the output.
  -enable-user-links
    	Enable user profile links in the output.

Web Mode

Install and Run issue2md Web

Run issue2md web with docker(Recommended)

$docker run -d -p 8080:8080 bigwhite/issue2mdweb

Compile from source

$ git clone https://github.com/bigwhite/issue2md.git
$ make web
$ ./issue2mdweb
Server is running on http://0.0.0.0:8080

Convert an Item to Markdown

Open localhost:8080 in your browser:

Screenshot

Input the issue, discussion, or pull request URL you wish to convert and click the "Convert" button!

Donate

If you find issue2md useful, consider buying me a coffee!

PayPal: Donate with PayPal

WeChat Pay / Alipay:

WeChat Pay Alipay

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท bigwhite/issue2md ยท Updated daily from GitHub