Teamwork / github-sync

This action helps you to sync your PRs with tasks in Teamwork to streamline team collaboration and your development workflows.
https://developer.teamwork.com
MIT License
64 stars 26 forks source link

Support links surrounded by angle brackets #12

Closed seanogdev closed 4 years ago

seanogdev commented 4 years ago

I'm using markdownlint to lint my .md files. Using the default rules out of the box they autofix links to be surrounded by angle brackets i.e.

<https://github.com/Teamwork/github-sync>

This causes problems for some reason & I think this has trouble parsing the url.

The rule is outlined here and the original markdown spec has a section with more info https://daringfireball.net/projects/markdown/syntax#link

miguelbemartin commented 4 years ago

Hey @miralize, thanks for taking the time to open an issue.

I am trying to reproduce the case but I don't understand exactly what the issue is. I did a test using the angle brackets and it works correctly. Could you give me an example when the process is failing and what the expected behaviour is?

miguelbemartin commented 4 years ago

Closing this issue. I can't reproduce. Feel free to open again if it happens again.