mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
created: 20150220191009000
|
|
modified: 20150221111554000
|
|
title: $:/editions/tw5.com/railroad/macro-parameter-value
|
|
type: text/vnd.tiddlywiki.railroad
|
|
|
|
( '"""' [:{/'anything but """'/}] '"""'
|
|
| '"' [:{/'anything but "'/}] '"'
|
|
| "'" [:{/"anything but '"/}] "'"
|
|
| "[[" [:{/"anything but ]"/}] "]]"
|
|
| {/"""anything but ' " or whitespace"""/}
|
|
)
|