-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Java Markdown #100
Labels
⚡ enhancement
Request for new functionality
Comments
madhoks
pushed a commit
to madhoks/gherkin
that referenced
this issue
Mar 5, 2025
Added support for Feature line parsing in Markdown
madhoks
pushed a commit
to madhoks/gherkin
that referenced
this issue
Mar 5, 2025
matchFeatureLine enhanced to support dialect, and indent, Implemented setTokenMatched
madhoks
pushed a commit
to madhoks/gherkin
that referenced
this issue
Mar 5, 2025
All headerLines done. Feature, Rule, Background, Examples, Scenarios and ScenarioOutline
madhoks
pushed a commit
to madhoks/gherkin
that referenced
this issue
Mar 5, 2025
updated the razor template updated related classes with the new Parser constructor added testcases
madhoks
pushed a commit
to madhoks/gherkin
that referenced
this issue
Mar 5, 2025
Update to make file to include markdowns GenerateTokens updated to pass the right TokenMatcher based on the file extension Update to MarkdownTokenMatcher and test based on local testing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤔 What's the problem you're trying to solve?
I would like to use Markdown with Gherkin for all the reasons stated in #20.
✨ What's your proposed solution?
Port JavaScript's GherkinInMarkdownTokenMatcher to Java
⛏ Have you considered any alternatives or workarounds?
I can't use JavaScript in my current context.
The text was updated successfully, but these errors were encountered: