qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
125 stars 25 forks source link

Internationally common instead of US-idiosyncratic date format #86

Open ghost opened 4 years ago

ghost commented 4 years ago

Puppeteer seems for force-feed US-idiosyncratic dates (illogically ordered MM/DD/YYYY instead of internationally common DD/MM/YYYY or ISO-standard YYYY-MM-DD). Instead of using system locale or providing a formatting option, they only seem to allow changing this hard-coding programmatically: https://github.com/puppeteer/puppeteer/issues/2408. Would it be possible to add a formatting option to vscode-markdown-extended then? Otherwise it's best to just remove the date that is easily read incorrectly, as it's wrongly ordered in most countries.

qjebbs commented 4 years ago

PRs are welcome