Is there a common consensus or even a standard for this in the TiddlyWiki ecosystem? If my question sounds weird - it’s dictated by my rusty (pardon the pun!) Python reflexes.
For code like
<$list filter="[tag[fixture]]" counter="i">
<<i>>. <<currentTiddler>> <br/>
</$list>
how many starting whitespaces should the second line have?
- 0
- 2 (a la Lua)
- 4 (a la Python)
- it’s up to you
- anything else (please elaborate)