yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

PlantUML diagrams including "newpage" only show the first image #245

Open rogerlucas-veea opened 3 years ago

rogerlucas-veea commented 3 years ago

If you have a large PlantUML diagram that is too large to fit on a single page, you can use the PlantUML "newpage" command to split the diagram into multiple images ("pages") in a more controlled way.

When markdown-pdf processes PlantUML sections with "newpage", only the image for the first page is displayed. The images for the additional pages are not shown.

kimim commented 1 year ago

any update?