Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit e1e002b

Browse files
committed
Update README
1 parent ae0c852 commit e1e002b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ First, publish the package's config file.
4747

4848
Then, add the following entry to your `.env` file.
4949

50-
```toml
50+
```
5151
[...]
5252
GITHUB_TOKEN=your-token-here
5353
```
@@ -91,15 +91,15 @@ Styling markdown with CSS has always been a bit of a pain for me. Not to mention
9191

9292
GitDown ships with all the CSS you need to make your markdown look exactly like it does on GitHub. Just add this code somewhere on your HTML page, preferably near your other stylesheets in the `<head>` section.
9393

94-
```php
94+
```html
9595
<head>
9696
[...]
9797
@gitdown
9898
</head>
9999
```
100100

101101
**Non-Laravel**
102-
```php
102+
```html
103103
<head>
104104
[...]
105105
<style><?php echo GitDown\GitDown::styles(); ?></style>
@@ -125,7 +125,6 @@ Now you can include the SCSS files in your Sass bundler:
125125
To enable GFM parsing for GitDown, set the "context" entry in `config/gitdown.php` to a repository name.
126126

127127
```php
128-
[...]
129128
"context" => "your/repo",
130129
```
131130

0 commit comments

Comments
 (0)