File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,11 @@ Please give feedback on the upcoming changes if you have concerns about breaking
227227* Fix: ` JekyllTagExtension ` handling of inline include tag. If included file contains a single
228228 paragraph then the paragraph is unwrapped so only the text is included. Otherwise, the
229229 included file AST is included as is, which may result in invalid HTML if included file has
230- block elements sincde these will be included in the ` p ` tag of including element.
230+ block elements since these will be included in the ` p ` tag of including element.
231+
232+ Break: :information_source : when include tag embedding is enabled, the included file elements
233+ will be added as child nodes of the ` JekyllTag ` node, not ` JekyllTagBlock ` node as was done in
234+ previous versions.
231235
232236## 0.61.18
233237
Original file line number Diff line number Diff line change @@ -171,7 +171,11 @@ Please give feedback on the upcoming changes if you have concerns about breaking
171171* Fix: ` JekyllTagExtension ` handling of inline include tag. If included file contains a single
172172 paragraph then the paragraph is unwrapped so only the text is included. Otherwise, the
173173 included file AST is included as is, which may result in invalid HTML if included file has
174- block elements sincde these will be included in the ` p ` tag of including element.
174+ block elements since these will be included in the ` p ` tag of including element.
175+
176+ Break: :information_source : when include tag embedding is enabled, the included file elements
177+ will be added as child nodes of the ` JekyllTag ` node, not ` JekyllTagBlock ` node as was done in
178+ previous versions.
175179
176180## 0.61.18
177181
You can’t perform that action at this time.
0 commit comments