|
|
|
|
|
by jddj
874 days ago
|
|
Maybe you could use html as an intermediate point instead of markdown. Might give you more control over the layout. Might have to use a headless chromium wrapper (maybe pandoc has this anyway) to then get to pdf but that may not be too bad |
|
In fact I quite often go .md -> .html with pandoc, but write the .md in such a way that, when translated, it is the kind of html that weasyprint will be able to turn into the PDF that I want.