layout + font size
This commit is contained in:
parent
9ed0fb0d1d
commit
dcdd26de82
11 changed files with 270 additions and 276 deletions
16
js/these.js
Normal file
16
js/these.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { Handler } from '/csspageweaver/lib/paged.esm.js';
|
||||
|
||||
export default class thesis extends Handler {
|
||||
constructor(chunker, polisher, caller) {
|
||||
super(chunker, polisher, caller);
|
||||
}
|
||||
|
||||
beforeParsed(content){
|
||||
console.log("Thesis ------- ");
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue