This collection of scripts makes it easier to handle i18n with pagedown Markdown editor. Include the script you want after pagedown files and before your own code.
<script src="path/to/Markdown.Converter.js"></script>
<script src="path/to/Markdown.Sanitizer.js"></script>
<script src="path/to/Markdown.Editor.js"></script>
<script src="path/to/pagedown-i18n-fr.js"></script>
Your language is not in the list? Fork this repo, create the corresponding file
using pagedown-i18n-template.js
as a template (don‘t forget to change the
name), and do a pull request.
These scripts are distributed under the same license as pagedown (MIT License).