1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-15 01:49:55 +00:00

Replace '<<...>>' with a macrocall widget (#4346)

... because there is another macrocall inside.

This was introduced by the commit 'Fix sizes of SVG icons in documentation' (SHA: 9395d75671) 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.
This commit is contained in:
Nils-Hero Lindemann 2019-10-24 10:15:52 +02:00 committed by Jeremy Ruston
parent e114fed3f9
commit 6fa3e21116

View File

@ -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