Skip to content

Commit 35bf248

Browse files
committed
add break information
1 parent 597daba commit 35bf248

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

VERSION-TODO.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)