mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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:
parent
e114fed3f9
commit
6fa3e21116
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user