An unclosed single quote used as an apostrophe will gobble up all the following chars and mark them up as a string across multiple lines.
Example:
Scenario: Retrieve a user
Given I create a user through the API with the following data:
| user_name | user1 |
| email | user@email.com |
| password | password |
When I get the user's account information through the API
Then I should receive an HTTP response code of "200"
And I should get a valid id in the response