mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
19 lines
346 B
Plaintext
19 lines
346 B
Plaintext
|
title: dezerializer test data case 3
|
||
|
type: text/html
|
||
|
|
||
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Test Data</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<!--~~ Ordinary tiddlers ~~-->
|
||
|
<div id="storeArea" style="display:none;"><div title="Hello "There"" type="text/vnd.tiddlywiki">
|
||
|
<pre>Abacus</pre>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|