Rogier Koppejan

Results 2 issues of Rogier Koppejan

Replacements are applied using `str_replace` in `Parser.php`, but this converts null or boolean value to string values (`""` and `"1"` respectively), which breaks API spec. I suggest using str_replace only...

Looking at the code this isn't implemented at the moment, hence I guess it is a documentation issue. However, `sortable: true` does not work as described in the documentation (it...