README code block instead of blockquote

This commit is contained in:
User 2019-07-30 17:25:23 +02:00
parent 004d48cb2e
commit 23e9f5ca6f
1 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,10 @@ To see all possible targets, run `ant -verbose -projecthelp`.
# Troubleshooting # Troubleshooting
If the generated ANTLR files end up in the wrong directory, please uncomment occurences of If the generated ANTLR files end up in the wrong directory, please uncomment occurences of
> \<arg value="-o" /> ```xml
> \<arg value="${g4.iloc}" /> <arg value="-o" />
<arg value="${g4.iloc}" />
```
in the Ant file. in the Ant file.