Skip to content

Commit 86eb81f

Browse files
committed
remove nowrap span
1 parent c027f99 commit 86eb81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commandline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The command line options accepted are:
2626
| `--input` | Input directory of content (default: `docs`) |
2727
| `--projects` | Project files to build API docs for outputs, defaults to all packable projects |
2828
| `--output` | Output Directory (default 'output' for 'build' and 'tmp/watch' for 'watch') |
29-
| <span style="white-space: nowrap;">`--ignoreuncategorized`</span> | Disable generation of the 'Other' category in the navigation bar for uncategorized docs |
29+
| `--ignoreuncategorized` | Disable generation of the 'Other' category in the navigation bar for uncategorized docs |
3030
| `--noapidocs` | Disable generation of API docs |
3131
| `--ignoreprojects` | Disable project cracking |
3232
| `--eval` | Evaluate F# fragments in scripts |

0 commit comments

Comments
 (0)