File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo
4747| action | string | false | ` " action.yml" ` | Path to the action.yml file<br> |
4848| bin\_ path | string | false | | Path to the auto-doc binary<br> |
4949| col\_ max\_ width | string | false | ` " 1000" ` | Max width of a column<br> |
50- | col\_ max\_ words | string | false | ` " 5 " ` | Max number of words per<br>line in a column |
50+ | col\_ max\_ words | string | false | ` " 7 " ` | Max number of words per<br>line in a column |
5151| input\_ columns | string | false | | List of Input columns names<br>to display, default (display all<br>columns) |
5252| output | string | false | ` " README.md" ` | Path to the output file<br> |
5353| output\_ columns | string | false | | List of Output column names<br>to display, default (display all<br>columns) |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
1313 col_max_words :
1414 description : ' Max number of words per line in a column'
1515 required : false
16- default : ' 5 '
16+ default : ' 7 '
1717 output :
1818 description : ' Path to the output file'
1919 required : false
You can’t perform that action at this time.
0 commit comments