Skip to content

Commit

Permalink
fix #873
Browse files Browse the repository at this point in the history
our indent attributor whitelist includes 8th level while MAX_INDENT is
exclusive
  • Loading branch information
jhchen committed Aug 22, 2016
1 parent 7bcc61b commit 024cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/core.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LIST_STYLE = decimal lower-alpha lower-roman
LIST_STYLE_WIDTH = 15px
LIST_STYLE_MARGIN = 4px
LIST_STYLE_OUTER_WIDTH = LIST_STYLE_MARGIN + LIST_STYLE_WIDTH
MAX_INDENT = 8
MAX_INDENT = 9

resets(arr)
unquote('list-' + join(' list-', arr))
Expand Down

0 comments on commit 024cd3f

Please sign in to comment.