Open jonasabreu opened 10 years ago
This should work like this:
@filter { some code }
is translated to
result.append(filter(""" some code ""'))
and the filter must be added with a simple file present on the path.
This should work like this:
@filter { some code }
is translated to
and the filter must be added with a simple file present on the path.