Preparing release notes

This commit is contained in:
Mike Farah
2023-08-11 13:52:50 +10:00
parent aaf805d893
commit 44c7f3aec3
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ cities:
```
then
```bash
yq -o=lua '.' sample.yml
yq -o=lua --lua-unquoted '.' sample.yml
```
will output
```lua
@@ -72,7 +72,7 @@ cities:
```
then
```bash
yq -o=lua '.' sample.yml
yq -o=lua --lua-globals '.' sample.yml
```
will output
```lua