Skip to content

Commit 49f7e42

Browse files
committed
docs: Updat Readme
1 parent afdeb0d commit 49f7e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ Result:
7272

7373
### Styling
7474

75-
This is an example of how to apply markdown styling using the global markdown functions:
75+
This is an example of how to apply markdown styling using the global markdown functions (the single backtick before the `bold` function serves as [hint](https://docs.rant-lang.org/language/text.html#hinting)):
7676

7777
````markdown
7878
```rant
79-
[bold: {Hello|Hi|Hey}] world!
79+
`[bold: {Hello|Hi|Hey}] world!
8080
```
8181
````
8282
Result:

0 commit comments

Comments
 (0)