File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="utf-8 " />
55 < meta name ="apple-mobile-web-app-capable " content ="yes " />
6- < meta name ="generator " content ="slidesdown 1.1 .0 " />
6+ < meta name ="generator " content ="slidesdown 1.2 .0 " />
77 < link href ="https://slidesdown.github.io " rel ="canonical " />
88 < meta content ="Slidesdown " property ="og:title " />
99 < meta content ="Presentations at the speed of Markdown " name ="description " />
Original file line number Diff line number Diff line change @@ -158,7 +158,16 @@ function addAttributes(
158158 }
159159 }
160160 if ( element . nodeType == Node . COMMENT_NODE ) {
161- addAttributeInElement ( element , section , separatorSectionAttributes ) ;
161+ if (
162+ addAttributeInElement (
163+ element ,
164+ previousElement ,
165+ separatorElementAttributes ,
166+ ) ===
167+ false
168+ ) {
169+ addAttributeInElement ( element , section , separatorSectionAttributes ) ;
170+ }
162171 }
163172}
164173
You can’t perform that action at this time.
0 commit comments