We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce33d4 commit 758da9fCopy full SHA for 758da9f
R/html.R
@@ -279,7 +279,7 @@ split_chapters = function(
279
# Need to take care of the div tags here before restore_part_html and
280
# restore_appendix_html erase the section ids of the hidden PART or APPENDIX
281
# sections.
282
- if (split_level > 1) {
+ if (FALSE) {
283
body = x[(i5 + 1):(i6 - 1)]
284
h1 = grep('^<div (id="[^"]+" )?class="section level1("| )', body) + i5
285
h2 = grep('^<div (id="[^"]+" )?class="section level2("| )', body) + i5
0 commit comments