0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-20 05:32:46 -05:00
Squire/build
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
..
document.html Require <html data-squireinit="true"> to auto-instantiate. 2015-07-06 12:19:21 +07:00
squire-raw.js Allowing arbitrary nesting for bullets 2016-08-22 13:25:07 -07:00
squire.js Allowing arbitrary nesting for bullets 2016-08-22 13:25:07 -07:00