-
Notifications
You must be signed in to change notification settings - Fork 164
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
Comments
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. |
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 |
Thank you for your kind words. |
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.
instead of
The second version will cause Pickles to interpret the description as code instead of normal text. |
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. |
No problem ... it's a known issue, and shouldn't be too difficult to fix if you feel up to it: #302 |
Can this issue be closed? |
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
|
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):
Doesn't work (outputs unmodified text):
The text was updated successfully, but these errors were encountered: