duzy / wiki

A wiki (Wikipedia) parser written in Go convert wiki text into AST.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiki

This is a Wikipedia text parser transforming wiki text into Abstract Syntax Tree (AST). It was written in year 2013 and became open source around 2016.

The wiki markup format is documented on Wikipedia. This parser is not fully complying the markup spec, the entities (type of the AST nodes) is abstracted from the wiki markup instead. Be aware that bugs still exists, so please be careful if you're using it. You're welcome to submit your bug fixes using the pull requests.

The following entities (AST nodes) are abstracted currently.

About

A wiki (Wikipedia) parser written in Go convert wiki text into AST.


Languages

Language:Go 99.9%Language:Shell 0.1%