Skip to content

Commit

Permalink
literal brackets in code section
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRaven2000 committed May 14, 2024
1 parent bb0689b commit 9911cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Examples:
* Support `selection` as parameter for replaceText - so we can transform selected (formatted) text from smart fragments. \[issue #289\] Syntax: `%replaceText("find","replace",selection)%` For example, the following can be used as a smart fragment script to generate a nicer menu path from a string like "Menu >> submenu >> command" into "_Menu » submenu » command_". Note that we can use HTML markup, like in any smart fragment.

```
<i>%replaceText(">>","»",selection)%</i>
<i>%replaceText(">>","»",selection)%</i>;
```


Expand Down

0 comments on commit 9911cac

Please sign in to comment.