[PE-45] feat: page export as PDF & Markdown (#5705)
* feat: export page as pdf and markdown * chore: add image conversion logic
This commit is contained in:
parent
20c9e232e7
commit
b27249486a
33 changed files with 1271 additions and 189 deletions
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
&.sans-serif {
|
||||
--font-style: sans-serif;
|
||||
--font-style: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
&.serif {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ export enum EModalPosition {
|
|||
}
|
||||
|
||||
export enum EModalWidth {
|
||||
SM = "sm:max-w-sm",
|
||||
MD = "sm:max-w-md",
|
||||
LG = "sm:max-w-lg",
|
||||
XL = "sm:max-w-xl",
|
||||
XXL = "sm:max-w-2xl",
|
||||
XXXL = "sm:max-w-3xl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue