mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +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
|
||||
* VideoTests showing how different online video formats can be embedded
|
||||
* SliderTests showing how sliders work
|
||||
* TypedBlockTests showing how embedded typed text blocks work
|
||||
|
||||
Technical documentation includes:
|
||||
* [[Testing]] regimen
|
||||
|
@ -31,3 +31,14 @@ $$$.svg
|
||||
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
|
||||
</svg>
|
||||
$$$
|
||||
|
||||
And, finally, a JSON example:
|
||||
{{{
|
||||
$$$.json
|
||||
{"teapot": "brown","inside":["milk","sugar",23]}
|
||||
$$$
|
||||
}}}
|
||||
Which renders as:
|
||||
$$$.json
|
||||
{"teapot": "brown","inside":["milk","sugar",23]}
|
||||
$$$
|
||||
|
Loading…
Reference in New Issue
Block a user