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
2022-02-10 19:02:57 +01:00
go.mod Update 'go.mod' 2022-02-10 17:56:31 +00:00
gowiki.go Fix WikiCanonicalFormNamespaceEsc 2022-02-10 19:02:57 +01:00
gowiki_test.go Don't render file links in abstract text 2021-12-16 23:39:39 +01:00
LICENSE Adding library code. 2018-01-03 16:21:59 -05:00
parse.go Clean up code 2021-12-16 23:39:56 +01: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 Clean up code 2021-12-16 23:39:56 +01: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 Don't render file links in abstract text 2021-12-16 23:39:39 +01:00
text_test.go Don't render file links in abstract text 2021-12-16 23:39:39 +01:00
tokenize.go Clean up code 2021-12-16 23:39:56 +01:00
tokenize_test.go Don't render file links in abstract text 2021-12-16 23:39:39 +01:00
utils.go Clean up code 2021-12-16 23:39:56 +01:00

gowiki

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