You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new internal pat-update event which is triggered for elements that are changed.
Markdown pattern: correct internal escaping behaviour which could cause characters to show up in unexpected escaped form in literal blocks. This fixes ticket 306.
Depends pattern:
Include element with invalid dependency in error log messages. This makes it a lot simpler to find the source of errors.
Support non-ASCII variable names and values. This fixes ticket 304.
Do not include generated parser in source tree. Instead the make rules have been improved to generate/update the parser as needed.
Support quoting of values. This makes it possible to test for values containing whitespace.