Fix: Pass language to markdown-pdf puppeteer#172
Conversation
|
Thanks for your PR! |
|
Apart from the typo with I'm in Quebec, which can be both English and French, so if I set my locale to French in VSCode, I get a date that looks great: 06/02/2022 (dd/mm/yyyy) which is consistent with How does @martilidad specify a VSCode local of |
|
This was a dirty fix at the time, because I just wanted to export a markdown with the correct date format myself and just quickly pushed a commit here to try to help. It seems that vscode may have changed something about how to set languages/how it stores the user language. The easiest fix would be to have a separate plugin setting for the format and/or language passed to the pupetteer. (e.g. |
this fixes #95