Andrew Arnold

Results 3 issues of Andrew Arnold

Some questions allow the creation of an empty array with `var array:[String] = []`, while some would need `var array:[String] = [String]()` to be valid.

Doesn't seem to work with templates that have no `title` field. Should accept `name` as an alternative.

This is not the usual markdown behaviour and breaks links like `http://localhost/~xyz/` as they are converted to `http://localhost/%7Exyz/`. workaround: using html. instead of: `` this will work: `http://localhost/~xyz/`