april / decklist

The code behind decklist.org, which generates DCI Registration Sheets.
https://decklist.org/
MIT License
45 stars 20 forks source link

Allow trailing space in card entry #39

Closed Nightfirecat closed 6 years ago

Nightfirecat commented 6 years ago

Fixes april/decklist#38

tooomm commented 6 years ago

Will this "fix" leading spaces as well? I can easily imagine that people run into the same problem there.

Nightfirecat commented 6 years ago

Leading spaces as in the following? No; that would require a regex change. That said, I don't think it would be too hard to implement.

      1 Tarmogoyf
Nightfirecat commented 6 years ago

@tooomm Fyi, opened #40 which would address your comment.

Nightfirecat commented 6 years ago

Implemented in #42.