thepeergroup / aspen

Aspen is a markup language for turning text into graph data (via Cypher for Neo4j).
https://aspen-lang.org
MIT License
62 stars 7 forks source link

Can't seem to parse when there's a space after a list #31

Open beechnut opened 3 years ago

beechnut commented 3 years ago

In this example _ represents a trailing space`

(Thing) [has relationship to]:_
  - Something else

Expected That this list transpiles into Aspen.

Actual A lexing error.