Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike42/wikitext
MediaWiki-style wikitext parser and HTML generator
https://github.com/mike42/wikitext
mediawiki wikitext
Last synced: 25 days ago
JSON representation
MediaWiki-style wikitext parser and HTML generator
- Host: GitHub
- URL: https://github.com/mike42/wikitext
- Owner: mike42
- License: mit
- Created: 2012-09-22T02:27:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T09:15:16.000Z (over 1 year ago)
- Last Synced: 2024-09-28T10:23:53.170Z (about 1 month ago)
- Topics: mediawiki, wikitext
- Language: PHP
- Homepage: https://mike42.me/wikitext/
- Size: 164 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wikitext parser [![Build Status](https://travis-ci.org/mike42/wikitext.svg?branch=master)](https://travis-ci.org/mike42/wikitext)
This library can be used to add basic wikitext (Mediawiki-style) support to a PHP app.
Code may be re-mixed and re-used under the MIT licence. See 'examples' folder for usage.
Information about currently supported markup elements can be found [on the project web-page](http://mike42.me/wikitext/).