-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
To write something like: {/?file image: rose.(jpg, jpeg)} to be expanded to {/?file image: rose.jpg rose.jpeg} to resemble alternative's syntax in code description.
Notes
- parenthesis should not be escaped
- spacing after dot doesn't matter (the last dot is considered as filename and extension delimiter)
- spacing between extensions doesn't matter
- no extension can have escaped space in it