mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-18 04:41:31 +00:00
Further fix markup not included in external core edition (#9439)
* Further fix markup not included in external core edition * Update change note * Typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
title: $:/core/templates/tiddlywiki5-external-js.html
|
||||
|
||||
<$set name="saveTiddlerAndShadowsFilter" filter="[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]">
|
||||
<$set name="rawMarkupFilter" filter="[enlist<saveTiddlerAndShadowsFilter>] +[[$:/core]plugintiddlers[]]">
|
||||
<$set name="rawMarkupFilter" filter="[enlist<saveTiddlerAndShadowsFilter>] [[$:/core]plugintiddlers[]]">
|
||||
`<!doctype html>
|
||||
`{{$:/core/templates/MOTW.html}}`<html lang="`<$text text={{{ [{$:/language}get[name]] }}}/>`">
|
||||
<head>
|
||||
|
||||
10
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9439.tid
Normal file
10
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9439.tid
Normal file
@@ -0,0 +1,10 @@
|
||||
title: $:/changenotes/5.4.0/#9439
|
||||
description: Fix markup not included in external core edition
|
||||
release: 5.4.0
|
||||
tags: $:/tags/ChangeNote
|
||||
change-type: bugfix
|
||||
change-category: internal
|
||||
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9218 https://github.com/TiddlyWiki/TiddlyWiki5/pull/9439
|
||||
github-contributors: Leilei332
|
||||
|
||||
Fix the problem that tiddlywiki's raw markup shadow tiddlers in `$:/core` is not included in HTML.
|
||||
Reference in New Issue
Block a user