Skip to content

Commit

Permalink
Replace '<<...>>' with a macrocall widget (#4346)
Browse files Browse the repository at this point in the history
... because there is another macrocall inside.

This was introduced by the commit 'Fix sizes of SVG icons in documentation' (SHA: 9395d75) where this probably slipped through in a regular expression replacement session.

I searched through the codebase and the other replacements of this type are ok.
  • Loading branch information
nilslindemann authored and Jermolene committed Oct 24, 2019
1 parent e114fed commit 6fa3e21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editions/tw5.com/tiddlers/howtos/Using Stamp.tid
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ You can insert preconfigured snippets of text to use stamp from toolbar. Click '
# Type some text as snippet for the tiddler, add a caption for the name as shown in the menu
# Click the <<.icon $:/core/images/done-button>> ''ok'' button

<<.tip """''Tip:'' You can also create a snippet tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar, and add tag ''~$:/tags/TextEditor/Snippet''""">>

<$macrocall $name=".tip" _="""''Tip:'' You can also create a snippet tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar, and add tag ''~$:/tags/TextEditor/Snippet''""" />

!!<<.from-version "5.1.20">> Adding a prefix and/or suffix to a selection

Expand Down

0 comments on commit 6fa3e21

Please sign in to comment.