Feature: Doc strings
  Doc Strings are handy for passing a larger piece of text to a step definition.

  @id_660d9bf68eb9c8ee6c6f95b49b6075247820db501dcddd3d14155bb6de5bad20
  Scenario: Blog post
    Given A blog post named "Random" with Markdown body
      """
      Some Title, Eh?
      ===============
      Here is the first paragraph of my blog post. Lorem ipsum dolor sit amet,
      consectetur adipiscing elit.
      """
