mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Added examples of JSON text blocks
This commit is contained in:
parent
9de3bb6f59
commit
193365c450
@ -11,6 +11,7 @@ Some useful tiddlers for feature testing:
|
|||||||
* SampleJavaScript and SampleJavaScriptWithError showing how JavaScript code is displayed
|
* SampleJavaScript and SampleJavaScriptWithError showing how JavaScript code is displayed
|
||||||
* VideoTests showing how different online video formats can be embedded
|
* VideoTests showing how different online video formats can be embedded
|
||||||
* SliderTests showing how sliders work
|
* SliderTests showing how sliders work
|
||||||
|
* TypedBlockTests showing how embedded typed text blocks work
|
||||||
|
|
||||||
Technical documentation includes:
|
Technical documentation includes:
|
||||||
* [[Testing]] regimen
|
* [[Testing]] regimen
|
||||||
|
@ -31,3 +31,14 @@ $$$.svg
|
|||||||
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
|
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
|
||||||
</svg>
|
</svg>
|
||||||
$$$
|
$$$
|
||||||
|
|
||||||
|
And, finally, a JSON example:
|
||||||
|
{{{
|
||||||
|
$$$.json
|
||||||
|
{"teapot": "brown","inside":["milk","sugar",23]}
|
||||||
|
$$$
|
||||||
|
}}}
|
||||||
|
Which renders as:
|
||||||
|
$$$.json
|
||||||
|
{"teapot": "brown","inside":["milk","sugar",23]}
|
||||||
|
$$$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user