, whose first code block now begins like this (if it matters, the version is 5.1.23-prerelease):
\define list-links(filter,type:"ul",subtype:"li",class:"",emptyMessage)
\whitespace trim
<$type$ class="$class$">
<$list filter="$filter$" emptyMessage=<<__emptyMessage__>>>
<$subtype$>
<$link to={{!!title}}>
<$transclude field="caption">
<$view field="title"/>
</$transclude>
</$link>
<div style="height:1em;"></div>
</$subtype$>
</$list>
</$type$>
\end
This had my intended visual effect automatically throughout the wiki, so I'm happy with that!
But is it bad practice to directly edit a core Tiddler like this macro, and not indicate anywhere in my wiki that I've done so?
Or is this fine, supposing that I remember to take this edit into account when updating the version of my wiki?