Use regex to detect blocks
This commit is contained in:
parent
f429b3934e
commit
7f1c71a6e2
5 changed files with 65 additions and 41 deletions
|
|
@ -18,8 +18,8 @@ To reformat all proof trees in your project, run:
|
|||
java -jar asciiprooftree.jar path/to/your/src
|
||||
```
|
||||
|
||||
If you want to use a different marker string than `§`, you can use the `--marker` option:
|
||||
For available options, run:
|
||||
|
||||
```shell
|
||||
java -jar asciiprooftree.jar path/to/your/src --marker 't>'
|
||||
java -jar asciiprooftree.jar --help
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue