Skip to content

Reading from paragraphs breaks natural way of listing pre/post tasks: #46

@andyburke

Description

@andyburke

Eg:

## task

Does task

Run tasks `foo`, `bar` before this
Run tasks `baz`, `yak` after this

foo, bar, baz and yak will all be executed before task because it is parsed like this:

[ 'before',
  index: 38,
  input: 'Run tasks `foo`, `bar` before this\nRun tasks `baz`, `yak` after this' ]

You have to have an additional newline between the Run tasks definitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions