fix(export): split-layout terug in de HTML-export (#1855) #1866
No reviewers
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck!1866
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/html-export-split-layout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Samenvatting
De HTML-export van een
bulletsImage-dia stapelde tekst en afbeelding in plaats van ze naast elkaar te zetten. Drie oorzaken verholpen:split-class op de<section>—_renderSectionslas hetsplit-token uit<!-- _class: split -->nooit. Nieuwe_splitSectionClasshaalt het op, net als_logoSectionClassdat voorlogo-safedoet._structuralCss) had geensection.splitgrid-layout. Toegevoegd, matching de thema-CSS inassets/themes/ocideck.css.split-imagediv behouden —_renderImgslotverving de hele<div class="split-image">…</div>door alleen zijn inhoud. De div staat er nu weer, met de imgslot-structuur erin.Daarnaast haalt
_marpSectionStylenu--image-widthuit het_style-commentaar, zodat de door de auteur gekozen kolombreedte meegaat in de export.Testplan
make checkgroen (10945 tests, coverage 87.0%)split-class--image-widthuit_styleop de sectionsplit-classsplit-imagediv overleeft imgslot-rendering (#1855)Closes #1855
Generated with Devin