Frédéric Guérin

Results 8 comments of Frédéric Guérin

With the following settings, it seems to work well with many diagrams in the same MD file: ```json "markdown-pdf.plantumlOpenMarker": "```plantuml", "markdown-pdf.plantumlCloseMarker": "```", ``` This should probably be the defaults...

@LostInDarkMath I just used the proposed configuration yesterday and it works perfectly for me, so I am a bit surprised it does not for you... > @enduml > [ignore this]```...

@LostInDarkMath Maybe your PlantUML server is not working properly with the pdf generator. My actuel full settings (PlantUML + MarkDown PDF) are as follow: ![image](https://user-images.githubusercontent.com/4503264/90898473-ac15db80-e394-11ea-98fb-090fe9db8174.png)

@LostInDarkMath Indeed, could be related to #189 My versions are: Vscode: 1.46.0 (system setup) OS: Windows 10.0.18363 markdown-pdf: 1.4.4 Chrome: 78.0.3904.130

@LostInDarkMath Maybe using a Windows 10 computer could help about it...

@LostInDarkMath You are right. It should be working on Windows 7. But maybe it's not because bugs happen :(

Thanks for the feedback. After trying, it seems that `chcp 1250` is not making it work. It even triggers an exception, which is not the case with `chcp 1252`.

After a bit of search, it appears that indeed Python assumes that all text files are 1252 encoded under windows (which is a sad assumption, but that is another story)....