Replace markdown format images pasted into text areas (such as GitHub) with image tags
GitHub の Issue や PullRequest などのテキストエリアにあるマークダウン形式の画像を img タグに置き換えて、画像のサイズ調整をしやすくするツールです。
変更前: ![表示テキスト](画像URL)
変更後: <img width="500" src="画像URL" />
変更後の img 要素には、デフォルトで width を 500px で指定しました。img タグへの変換後に、適したサイズに書き換えることができます。
GitHub の Issue や Pull Request 上のテキストエリアに画像をアップロードした際、デフォルトで Markdown 形式になった場合に画像のサイズ調整がしにくかったため、この拡張機能を作りました。
Statistics
Installs
34
history
Category
Rating
5.0 (1 votes)
Last update / version
2024-05-05 / 1.0
Listing languages
ja