Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.js « js - github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25bfcd2b1801c3d1d73a121129ea9a950b25f38e (plain)
1
2
3
4
5
import anchorizeHeadings from "./anchorizeHeadings.js";
import enableFloatingFootnotes from "./floatingFootnotes.js";

enableFloatingFootnotes();
anchorizeHeadings();