Tagged Questions
3
votes
1answer
285 views
How does one parse simple inline markup (i.e. *bold*), in Python?
How does one implement a parser (in Python) for a subset of wikitext that modifies text, namely:
*bold*, /italics/, _underline_
I'm converting it to LaTeX, so the conversion is from:
Hello, ...
0
votes
3answers
1k views
How to Parse Some Wiki Markup
Hey guys, given a data set in plain text such as the following:
==Events==
* [[312]] – [[Constantine the Great]] is said to have received his famous [[Battle of Milvian Bridge#Vision of ...
0
votes
2answers
703 views
.Net WikiText to HTML Parser
I know, I know, its sounds silly, but it seems that there are no opensource robust .NET libraries out there for parsing Wikitext to HTML.
Anybody know of a stable.robust .net Wikitext to HTML parser ...