1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Docs: Remove broken is operator example (#3556)

In 737e9ae4cb the multiple suboperator
functionality was banned, but an example is remained in the docs.
This commit is contained in:
Bimba Laszlo 2018-11-19 22:01:56 +01:00 committed by Jeremy Ruston
parent b629b1412d
commit f4ca295086

View File

@ -11,4 +11,3 @@ type: text/vnd.tiddlywiki
<<.operator-example 5 "[all[shadows]is[system]tag[$:/tags/Stylesheet]]" "shadow system stylesheets">>
<<.operator-example 6 "[is[shadow]]" "overridden shadow tiddlers">>
<<.operator-example 7 "[is[missing]]" "empty because its input contains only tiddlers that exist">>
<<.operator-example 8 "[all[tiddlers+shadows]is[tiddler+shadow]]" "contains the entire input list">>