README code block instead of blockquote
This commit is contained in:
parent
004d48cb2e
commit
23e9f5ca6f
|
@ -13,8 +13,10 @@ To see all possible targets, run `ant -verbose -projecthelp`.
|
|||
|
||||
# Troubleshooting
|
||||
If the generated ANTLR files end up in the wrong directory, please uncomment occurences of
|
||||
> \<arg value="-o" />
|
||||
> \<arg value="${g4.iloc}" />
|
||||
```xml
|
||||
<arg value="-o" />
|
||||
<arg value="${g4.iloc}" />
|
||||
```
|
||||
in the Ant file.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue