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

Hyperlink markdown doesn't work in Feature: section #367

Closed
SubjectiveReality opened this issue Sep 6, 2016 · 8 comments
Closed

Hyperlink markdown doesn't work in Feature: section #367

SubjectiveReality opened this issue Sep 6, 2016 · 8 comments

Comments

@SubjectiveReality
Copy link

Hi- I'm trying to introduce SpecFlow and Pickles to my team, and one piece of feedback that came in was links to relevant Jira issues (or whatever) in places they may be needed in the feature files. I have tried the markdown after both Feature: and Scenario: keywords, and it works great after the latter but not after the former. Is this intentional for some reason? Seems like having the option to link from the Feature: area would be nice as well as the Scenario: area.

Btw, I'm generating via command line with the following: -trfmt=specrun -df=dhtml

Works (creates link in dhtml output):

Scenario: blah blah
[my link](https://my.link.com/blah)

Doesn't work (outputs unmodified text):

Feature: blah blah
[my link](https://my.link.com/blah)
@dirkrombauts
Copy link
Member

Thanks for taking the time to report this. This behaviour is certainly not intentional. I will do my best to investigate it this week, but it might take me until next week - my real life schedule is quite full at the moment.

@SubjectiveReality
Copy link
Author

No worries- it's a fantastic tool and your time and effort is much appreciated! I understand the busy schedule and am not worried about turn around time or anything like that. Glad the feedback was helpful and might try to track it down myself, schedule permitting.

Cheers

@dirkrombauts
Copy link
Member

Thank you for your kind words.

@dirkrombauts
Copy link
Member

I had a look at this ... the feature seems to work as expected, but could you please verify the following: Does the description part (that contains the link) start right next to the left margin?

I.e.

Scenario: blah blah
[my link](https://my.link.com/blah)

instead of

Scenario: blah blah
 [my link](https://my.link.com/blah)

The second version will cause Pickles to interpret the description as code instead of normal text.

@SubjectiveReality
Copy link
Author

Wow, that was it, works fine without any indentation. Sorry about that, I completely missed the difference in how I had it in my working case and non-working case.

@dirkrombauts
Copy link
Member

No problem ... it's a known issue, and shouldn't be too difficult to fix if you feel up to it: #302

@dirkrombauts
Copy link
Member

Can this issue be closed?

@SubjectiveReality
Copy link
Author

Yes, I think so. I'll take a look at that issue and see if I can help.

On Mon, Sep 12, 2016 at 11:17 AM, Dirk Rombauts notifications@github.com
wrote:

Can this issue be closed?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#367 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJ3Z7YS_YmV3CCSuUBqcBO_adgy7XtjTks5qpYkTgaJpZM4J2McU
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants