You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Currently following asciidoc markup is ignored in feature and scenario description because of leading spaces:
The text was updated successfully, but these errors were encountered: