https://github.com/dohliam/pmdown
PmWiki to Markdown converter
https://github.com/dohliam/pmdown
markdown markdown-converter pmwiki pmwiki-converter
Last synced: 3 months ago
JSON representation
PmWiki to Markdown converter
- Host: GitHub
- URL: https://github.com/dohliam/pmdown
- Owner: dohliam
- License: mit
- Created: 2021-08-19T21:16:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T08:57:32.000Z (over 2 years ago)
- Last Synced: 2025-01-26T10:08:45.967Z (over 1 year ago)
- Topics: markdown, markdown-converter, pmwiki, pmwiki-converter
- Language: JavaScript
- Homepage: https://dohliam.github.io/pmdown/
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PmDown - PmWiki to Markdown Converter
This is a tool for converting [PmWiki](https://www.pmwiki.org/) to Markdown format, and vice versa. A JavaScript version (for online or offline use in a browser) as well as a Ruby version (for use on the command-line) are available.
## Features
* Supports converting PmWiki to Markdown and Markdown to PmWiki
* Multilanguage localization support: English, Chinese (Traditional), and Chinese (Simplified)
* Add other languages easily by translating the strings in `strings.js`
## Links
Other simple text converters:
* [X-SAMPA to IPA converter](https://github.com/dohliam/xsampa)
* [Markdown to Asciidoctor converter](https://github.com/dohliam/markdoctor)
* [Amharic to Latin text converter](https://github.com/dohliam/amharic-transliteration)
* [Cree syllabics to roman orthography converter](https://github.com/dohliam/cree-transliteration)
## Credits
* CSS: [skeleton-framework](https://github.com/skeleton-framework/skeleton-framework) via [dropin-minimal-css](https://github.com/dohliam/dropin-minimal-css)
* Application template: [simple-text-converter](https://github.com/dohliam/simple-text-converter)
* Localization: [simple-interface-translation](https://github.com/dohliam/simple-interface-translation)
## License
MIT.