Skip to content

Commit

Permalink
add break information
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Apr 24, 2020
1 parent 597daba commit 35bf248
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion VERSION-TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ Please give feedback on the upcoming changes if you have concerns about breaking
* Fix: `JekyllTagExtension` handling of inline include tag. If included file contains a single
paragraph then the paragraph is unwrapped so only the text is included. Otherwise, the
included file AST is included as is, which may result in invalid HTML if included file has
block elements sincde these will be included in the `p` tag of including element.
block elements since these will be included in the `p` tag of including element.

Break: :information_source: when include tag embedding is enabled, the included file elements
will be added as child nodes of the `JekyllTag` node, not `JekyllTagBlock` node as was done in
previous versions.

## 0.61.18

Expand Down
6 changes: 5 additions & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ Please give feedback on the upcoming changes if you have concerns about breaking
* Fix: `JekyllTagExtension` handling of inline include tag. If included file contains a single
paragraph then the paragraph is unwrapped so only the text is included. Otherwise, the
included file AST is included as is, which may result in invalid HTML if included file has
block elements sincde these will be included in the `p` tag of including element.
block elements since these will be included in the `p` tag of including element.

Break: :information_source: when include tag embedding is enabled, the included file elements
will be added as child nodes of the `JekyllTag` node, not `JekyllTagBlock` node as was done in
previous versions.

## 0.61.18

Expand Down

0 comments on commit 35bf248

Please sign in to comment.