Fork of https://github.com/semantosoph/gowiki with Unicode fixed
This repository has been archived on 2022-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-12-14 17:41:36 +01:00
go.mod make go module 2021-12-11 22:52:52 +01:00
gowiki.go Adding library code. 2018-01-03 16:21:59 -05:00
gowiki_test.go Adding library code. 2018-01-03 16:21:59 -05:00
LICENSE Adding library code. 2018-01-03 16:21:59 -05:00
parse.go Adding library code. 2018-01-03 16:21:59 -05:00
README.md Adding library code. 2018-01-03 16:21:59 -05:00
redirect.go Adding library code. 2018-01-03 16:21:59 -05:00
simple.go Adding library code. 2018-01-03 16:21:59 -05:00
template.go Don't run nil funcs from magic map 2021-12-14 17:41:36 +01:00
template_test.go Don't run nil funcs from magic map 2021-12-14 17:41:36 +01:00
text.go Adding library code. 2018-01-03 16:21:59 -05:00
tokenize.go Strip refs completely. 2021-12-12 23:28:23 +01:00
tokenize_test.go Strip refs completely. 2021-12-12 23:28:23 +01:00
utils.go Adding library code. 2018-01-03 16:21:59 -05:00

gowiki

Gowiki is a golang library to parse mediawiki markup as found in Wikipedia pages.