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

Trim all lines in feature and scenario description #135

Closed
rmpestano opened this issue Apr 21, 2020 · 0 comments
Closed

Trim all lines in feature and scenario description #135

rmpestano opened this issue Apr 21, 2020 · 0 comments
Milestone

Comments

@rmpestano
Copy link
Owner

Currently following asciidoc markup is ignored in feature and scenario description because of leading spaces:

@asciidoc
Feature: Calculator
  *Asciidoc* in feature description!

  WARNING: To enable it you need to use *@asciidoc* tag on `feature`, or `Scenario`.

  [source,java]
  ----
  public static void main(String args[]) {

  }
  ----

  Scenario: Adding numbers
   You can use *asciidoc markup* in _feature_ #description#.

   NOTE: This is a very important feature!


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

No branches or pull requests

1 participant