Skip to content

Commit 5772530

Browse files
committed
fixed markdown highlight bug in docs
1 parent 18feb11 commit 5772530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/storage/store-utility/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The store utility is a standalone command line executable used to convert betwee
2222

2323
## Example convert file to SQL
2424

25-
{% highlight bash %}
25+
```bash
2626
$ origodb.storeutility convert --source=c:\data\freedb --destination=origodbstorage
2727
--destination-type=sql --source-type=file-v0.5 --assembly=c:\freedb\freedb.core.dll
2828
```

0 commit comments

Comments
 (0)