Skip to content

bfontaine/pagedown-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pagedown-i18n

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.

Example

<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>

Contributing

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.

License

These scripts are distributed under the same license as pagedown (MIT License).

About

Easy i18n for Pagedown Markdown editor

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published