Skip to content

Commit

Permalink
dont reset list with blockquote or code
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 1, 2018
1 parent f514698 commit d21f3c6
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 @@ -54,7 +54,7 @@ resets(arr)
p, ol, pre, blockquote, h1, h2, h3, h4, h5, h6
margin: 0
padding: 0
p, pre, blockquote, h1, h2, h3, h4, h5, h6
p, h1, h2, h3, h4, h5, h6
counter-reset: resets(0..MAX_INDENT)
table
border-collapse: collapse
Expand Down

0 comments on commit d21f3c6

Please sign in to comment.