Skip to content

Commit

Permalink
Add aside as a block element (#35)
Browse files Browse the repository at this point in the history
Register <aside> as a block element - this element is used for documentation builders such as Slate within their Markdown templates
  • Loading branch information
effectjared authored and tzi committed Mar 27, 2018
1 parent 53fae3d commit 3d10868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class Parser
// tag name => <bool> is block
// block elements
'address' => true,
'aside' => true,
'blockquote' => true,
'center' => true,
'del' => true,
Expand Down

0 comments on commit 3d10868

Please sign in to comment.