portfolio iyo bissek

This commit is contained in:
Julie Blanc 2026-04-11 20:51:26 +02:00
parent fc85403e3a
commit 044ce3f76b
147 changed files with 218 additions and 38 deletions

View file

@ -10,15 +10,13 @@ class followingNotes extends Paged.Handler {
super(chunker, polisher, caller);
this.notesClass = ".inline-note";
this.newNotesClass = "following-note";
// this.reset = this.parameters?.reset;
this.reset = ".chapter";
// this.align = this.parameters?.align;
this.followingNoteOverflow = new Set();
}
beforeParsed(content) {
console.log("floatnotes");
let newNotesClass = this.newNotesClass;
resetCounter(content, this.reset, this.notesClass);
createCallandMarker(content, this.notesClass, newNotesClass);