docs(config): fix fortran symbol option (#7123)

* docs(config): fix fortran symbol option

* docs: formatting
This commit is contained in:
jez
2025-11-24 00:40:50 +08:00
committed by GitHub
parent e447cfae4e
commit 69ddff3e1b
+1 -1
View File
@@ -1682,7 +1682,7 @@ The `fortran` module shows the current compiler version of Fortran.
| Option | Default | Description |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `symbol` | `' '` | The symbol used before displaying the version of COBOL. |
| `symbol` | `' '` | The symbol used before displaying the version of Fortran. |
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
| `version_format` | `'${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
| `style` | `'bold purple'` | The style for the module. |