-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
See discussion in #19. String escaping could be better. For example:
# This currently works because we are checking for " #".
APP_URL="https://myapp.com/#someAnchor"
# This currently does NOT work, but with better string escaping it could.
APP_ACTION="Take a #"The current implementation is pretty naive.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request