1.2.0
Version 1.2.0 of Wikity.
Install using npm install [email protected].
Changelog
- Added function
eleventyPlugin()for use with Eleventy'saddPluginmethod. - Added configuration option
outputFolderto configure the folder the compiled HTML files are placed in. - Added configuration option
templatesFolderto configure the folder templates are placed in. - Added CLI options
--outputFolder,--templatesFolder,--eleventy, and--defaultStylesto change configuration options. - Added support for tables.
- Added a warning when the parser detects non-repetition-based
#timefunction syntax is being used.