0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-05 06:10:07 -05:00
Squire/test
Islam Sharabash 629e9725b6 Allowing arbitrary nesting for bullets
This allows any level of indentation for bullets. It does this by introducing
invalid HTML. In particular, you can make bullets like:

<ul>
  <ul>
    <li>foo</li>
  </ul>
</ul>
2016-08-22 13:25:07 -07:00
..
blank.html Tests run in latest Chrome, FF, Safari + IE10 and 11. 2015-06-17 15:43:26 +07:00
index.html Basic testing framework. 2015-06-17 15:43:26 +07:00
squire.spec.js Allowing arbitrary nesting for bullets 2016-08-22 13:25:07 -07:00