Skip to content

1.3.4

Compare
Choose a tag to compare
@Nixinova Nixinova released this 10 May 07:31
· 20 commits to main since this release

Version 1.3.4 of Wikity!

Install on npm using npm install [email protected].

Changelog

View commits: 1.3.3...1.3.4

  • Added support for video embeds: currently only supports {{#ev:youtube}} and {{#ev:vimeo}}.
  • Added support for named references.
  • Added styling for infoboxes (#infobox).
  • Changed images to be displayed inline by default when no float is given.
  • Fixed a crash occurring when attempting to apply custom styles.
  • Fixed a crash occurring when a template goes unparsed.
  • Fixed unused parameters being substituted with random numbers instead of their default values.
  • Fixed templates not being trimmed before being substituted.
  • Fixed lists not outputting properly when a parser function is used on the line.
  • Fixed tables not allowing attributes syntax.
  • Fixed files and links becoming broken when parameters are inside them.
  • Fixed images being erroneously parsed as regular links.
  • Fixed internal links sometimes having wrong targets.
  • Fixed the TOC being inline in the default styles.
  • Fixed CSS selector for TOC heading not being specific enough.