Rick Harrison
Results
2
issues of
Rick Harrison
https://github.com/jgm/peg-markdown now has a strike-through extension. Would it be possible to merge this in to your fork? Any tips on where to start and I can try and tackle this...
If I have a model like so: ``` var ItemModel = FP.Model.extend({ title: FP.attr('string'), completed: FP.attr('boolean', { default: false }), completedDidChange: function () { console.log('in here'); this.save(); }.observes('completed') }); ```...