aboutsummaryrefslogtreecommitdiff
path: root/test/command/section-divs.md
AgeCommit message (Collapse)Author
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
This reverts commit eff82cfe4de44a111250ce9ce3ecee2fd4d99924.
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
We previously avoided generating a duplicate with another automatically generated identifier; now we also avoid duplicates with explicit identifiers that occur before the header for which an identifier is being generated. (Collisions are still possible for identifiers that occur after the header.) T.P.Shared: `makeSections` is also modified so it doesn't give bad results when the enclosing Div has a different identifier from the header, as may now happen.
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane
Closes #5986.
2019-12-17Add section-divs command test (failing).John MacFarlane