Using the new attribute substitution feature, can I insert a carriage return / linefeed?
The following makes a button. The intent is to make a tiddler with a link that is surrounded by the formatting symbol (@@). But the linefeed disappears from the output.
Thanks for the reply! This may be the solution I will end up using. But I am curious if there’s any way to do it with substitution, mostly for aesthetics reasons.
Actually, it doesn’t quite work. The two square brackets disappear around the link disappear, making it no longer a link. But there must be some variant that would work.
The complication I forgot, was that I want an asterisk in front of the link (to start a bulleted list). Obviously I don’t want a linefeed after the bullet. I guess I could use a regular expression replace to remove the linefeed after the join. Is there anything simpler?
Also, does this mean that solutions involving white space characters (like linefeeds) won’t work with substitution? It sure would have made a more readable answer.