Andrew Kolesnikov
Andrew Kolesnikov
For example, `%a{:href => ""} foo` produces `a href="#"` (foo is lost) Also, `#slideWidget{'data-slideshow-nav' => 'true', 'data-slideshow-pager' => 'true', 'data-slideshow-captions' => 'false'}` produces `#slideWidget 'data-slideshow-nav' =(>)'true', 'data-slideshow-pager' =(>)'true', 'data-slideshow-captions' =(>)'false'`
The defaults of numeral are not useful, and there is currently no way to set `numeral.language` E.g. ``` var french = { delimiters: { thousands: ' ', decimal: ',' },...
The following test fails, probably because it's fed to innerHTML. ``` it('should handle tr, td tags', function() { var converter = new HTMLtoJSX({ createClass: false }); expect(converter.convert('foo').trim()) .toBe('foo'); }); ```...