mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-28 22:48:54 +00:00
* Fix regex for code block end detection in wikiparser * Anchor the codeblock end fence to its own line Close an empty code block without consuming the tiddler, while a fence only counts when it stands alone on its line. * Match the end fence with (^|\r?\n) so the empty block case closes at the line start and a code line ending in ``` stays inside the block * Add test-codeblock-parser.js covering empty blocks with language and CRLF, delimiter newline handling, mid-line fences and a missing fence
title: $:/core/readme
This plugin contains TiddlyWiki's core components, comprising:
* JavaScript code modules
* Icons
* Templates needed to create TiddlyWiki's user interface
* British English (''en-GB'') translations of the localisable strings used by the core