You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Sheetname: Templates
48
48
| 2 | Greeting | <hi | Hello World |
49
49
| 3 | Grocery Note | <list | This is the list of items I need from the store.<br><br> \* Apples<br> \* Oranges<br> \* Paper Towels<br><br>That’s it, the end of the list. |
50
50
| 4 | Test NoPrefix | test | This is a hotstring without a prefix. |
51
-
| 5 | Template Replace Input | <input |<pre><<input>>This message is for <<template>>. We are trying to reach <<template>> about their cars extended warranty.</pre>|
51
+
| 5 | Template Replace Input | <input |`<<input>>`This message is for `<<template>>`. We are trying to reach `<<template>>` about their cars extended warranty. |
52
52
53
53
54
54
## CSV hotstring file format
@@ -63,4 +63,4 @@ Filename: hotstrings.csv
63
63
| <hi | Hello World |
64
64
| <list | This is the list of items I need from the store.<br><br> \* Apples<br> \* Oranges<br> \* Paper Towels<br><br>That’s it, the end of the list. |
65
65
| test | This is a hotstring without a prefix. |
66
-
| <input |<pre><<input>>This message is for <<template>>. We are trying to reach <<template>> about their cars extended warranty.</pre>|
66
+
| <input |`<<input>>`This message is for `<<template>>`. We are trying to reach `<<template>>` about their cars extended warranty. |
0 commit comments