Releases: Nixinova/Wikity
Releases · Nixinova/Wikity
1.0.1
Version 1.0.1 of Wikity.
Install using npm install [email protected]
.
Changelog
- Changed HTML output to be prettified.
- Fixed arguments not being substituted properly.
- Fixed nested templates and parser functions not being substituted properly.
- Fixed templates and parser functions spread out across multiple lines not being parsed.
1.0.0
Initial release of Wikity. Compile wikitext to HTML with build-in Eleventy support.
Install using npm install [email protected]
.
Features
- Added
compile()
function and CLI command to compile wikitext into HTML. - Added
parse()
function to parse raw wikitext input.