There is something not quite right with the RDoc-derived output:
- property names are prepended to the actual property which ends up messing with the markdown notation (see underlined below)
- lists (arrays) aren't getting separated, not even by a blank space (see the two arrows, where email addresses ending in
.it should at least have a space before the beginning of the next one)
For point 1, I believe it's something to do with lines 313, 321, 346 in bin/icalPal?
For point 2, I'm not sure. JSON/YAML/default formats properly print the list, separated by ;
There is something not quite right with the RDoc-derived output:
.itshould at least have a space before the beginning of the next one)For point 1, I believe it's something to do with lines 313, 321, 346 in
bin/icalPal?For point 2, I'm not sure. JSON/YAML/default formats properly print the list, separated by
;