/BetterGithubImg

Press F4 to convert Markdown to Html for easier GitHub comments

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Overview

Run the executable, copy/cut markdown to your clipboard and press F4 to format GitHub markdown to html.

Images

With the following image markdown in your clipboard:

![image](https://user-images.githubusercontent.com/4502154/142855066-c3258e9b-3a26-4855-8e83-5a5d6754536a.png)

Hitting F4 will convert it into:

<img src="https://user-images.githubusercontent.com/4502154/142855066-c3258e9b-3a26-4855-8e83-5a5d6754536a.png" width=100 />

Urls

With the following url markdown in your clipboard:

[/enterprise/custom-messages](https://11112-enterprise.stackoverflow.cloud/enterprise/custom-messages)

Hitting F4 will convert it into:

<a href="https://11112-enterprise.stackoverflow.cloud/enterprise/custom-messages">/enterprise/custom-messages</a>