wikitext-parser 0.3.2

Partial parser for wikitext
Documentation
1
2
3
4
5
6
7
8
# Approximate parser for wikitext

[![Version](https://img.shields.io/crates/v/wikitext-parser.svg)](https://crates.io/crates/wikitext-parser)
[![Downloads](https://img.shields.io/crates/d/wikitext-parser.svg)](https://crates.io/crates/wikitext-parser)
[![Coverage Status](https://coveralls.io/repos/github/ISibboI/wikitext-parser/badge.svg?branch=main)](https://coveralls.io/github/ISibboI/wikitext-parser?branch=main)
[![](https://docs.rs/wikitext-parser/badge.svg)](https://docs.rs/wikitext-parser)

Parse wikitext into an approximate representation, parsing some features of wikitext correctly, while being mostly incorrect for erroneous wikitext.