Utilities to parse and handle wikitext template-based pages.
Go to file
2022-02-20 22:28:02 +01:00
.gitignore Initial version 2022-02-20 20:19:16 +01:00
go.mod Initial version 2022-02-20 20:19:16 +01:00
go.sum Initial version 2022-02-20 20:19:16 +01:00
html.go Initial version 2022-02-20 20:19:16 +01:00
LICENSE Initial version 2022-02-20 20:19:16 +01:00
link.go Initial version 2022-02-20 20:19:16 +01:00
list.go Initial version 2022-02-20 20:19:16 +01:00
README.md Initial version 2022-02-20 20:19:16 +01:00
template.go Full parsing of templates and lists on main body 2022-02-20 22:10:24 +01:00
wikitext.go Fix default LinkHandler 2022-02-20 22:28:02 +01:00

wikitext-parser

Utilities to parse and handle wikitext template-based pages.

Might not be useful for recursive matching.

See other projects using this for usage examples.