✨(project) first proof of concept printing pdf from markdown
This is a boilerplate inspired from https://github.com/openfun/joanie
This commit is contained in:
11
src/mail/html-to-text.config.json
Normal file
11
src/mail/html-to-text.config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"wordwrap": 600,
|
||||
"selectors": [
|
||||
{
|
||||
"selector": "h1",
|
||||
"options": {
|
||||
"uppercase": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user