Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed images #18

Open
KevinGDialpad opened this issue May 28, 2022 · 0 comments · May be fixed by #21
Open

Embed images #18

KevinGDialpad opened this issue May 28, 2022 · 0 comments · May be fixed by #21
Assignees
Labels
enhancement New feature or request

Comments

@KevinGDialpad
Copy link
Contributor

Similar to #8, but a bit more complicated.

The JIRA markdown for images is !some_pic.png! or !some_pic.png|alt=image!.

We need to get the actual image URL from GitHub.

@KevinGDialpad KevinGDialpad added the enhancement New feature or request label May 28, 2022
KevinGDialpad added a commit that referenced this issue Jun 3, 2022
This handles relative links like `../src/my_source_file.py` that previously resulted in dead links once on Confluence.

Relative links are now replaced with GitHub links. If the file has an associated Confluence page, it links to that instead.

This doesn't handle images (#18) nor unnamed links (#19).
@KevinGDialpad KevinGDialpad self-assigned this Jun 3, 2022
@KevinGDialpad KevinGDialpad linked a pull request Jun 11, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant