8000 Fix formatting · anthony-dee/laravel-excel-docs@38a6a67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38a6a67

Browse files
Fix formatting
1 parent 8e5d0eb commit 38a6a67

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

3.1/exports/store.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ public function storeExcel()
5151
```
5252

5353
::: warning File names cannot include certain characters:
54-
< (less than)
55-
> (greater than)
56-
: (colon)
57-
" (double quote)
58-
/ (forward slash)
59-
\ (backslash)
60-
| (vertical bar or pipe)
61-
? (question mark)
62-
* (asterisk) :::
54+
- `<` (less than)
55+
- `>` (greater than)
56+
- `:` (colon)
57+
- `"` (double quote)
58+
- `/` (forward slash)
59+
- `\` (backslash)
60+
- `|` (vertical bar or pipe)
61+
- `?` (question mark)
62+
- `*` (asterisk)
63+
:::
6364

6465
## Note about queuing
6566
If you are storing the export using `Excel::queue()` or using the `ShouldQueue` interface, make sure to have a look at the [queuing docs](https://docs.laravel-excel.com/3.1/exports/queued.html)

0 commit comments

Comments
 (0)
0