Navigation Patterns
@if (message) { {{ message }} }
Given the pattern (?<project>[a-zA-Z0-9_-]+)#(?<id>[0-9]+), when you will write "fake#42" in a scenario title
Then the template https://github.com/chutney-testing/$<project>/issues/$<id> will become a real link to https://github.com/chutney-testing/fake/issues/42
@for (linkifier of linkifiers; track linkifier.id; let i = $index) { }
Pattern Link
{{ linkifier.pattern }} {{ linkifier.link }}