Closed rnkn closed 8 years ago
Thanks! Looks like a bug, I'll have a look at this.
If you need a quick fix you can force action element with a !
:
Her hands beneath her.
Feeling for anything.
!SHARDS OF BROKEN GLASS.
She grabs a SHARD.
Holds tight. Slicing her palms.
How does the Node package get updated?
The bug was in parser.js but I have moved the parsing to a separate project - aw-parser
(it's published to npm). It's now a dependency in afterwriting-labs package.json.
Ah I see, I kept installing from npm
which is still at 1.2.6 instead of cloning and installing with
$ npm install -g .
Now I'm at 1.2.28 and everything is rosy. Thanks!
Oh yeah, I haven't updated npm package for a while because it's actually used only for the client awc.js
which hasn't changed since then.
But it makes sense to update it now so it contains the fix! :)
In this example the all-caps action line is parsed as a character element when I think it should be parsed as action (since there is no preceding blank line).
Contrast with:
which should be parsed as character.