Skip to content

Instantly share code, notes, and snippets.

@webarchitect609
Last active October 10, 2023 11:24
Show Gist options
  • Save webarchitect609/9b939e2e323b01dcc42c49201e0a4da7 to your computer and use it in GitHub Desktop.
Save webarchitect609/9b939e2e323b01dcc42c49201e0a4da7 to your computer and use it in GitHub Desktop.
Inline images for Jira markup

Inline image as is

Find:

http(s)?:\/\/[^\s]+\.(gif|png|jpg|jpeg)

Replace:

[!$0!|$0]

Inline image with specific width

Find:

http(s)?:\/\/[^\s]+\.(gif|png|jpg|jpeg)

Replace:

[!$0|width=600!|$0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment