Skip to content

Commit

Permalink
Link to official documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd195 committed Jun 30, 2023
1 parent 4996b78 commit 8454824
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,20 @@ Assuming you're using the VSCode Marp extension…
1. Open Settings in VSCode (`Ctrl + ,`)
2. Search for "Marp: Themes" or "markdown.marp.themes"
3. Add either a local or a remote path to the CSS file
- e.g.: https://raw.githubusercontent.com/rnd195/my-marp-themes/live/border.css
4. Enable the theme in the front-matter of the Markdown document
- e.g.: https://raw.githubusercontent.com/rnd195/my-marp-themes/live/theme_name.css
4. Enable the theme in the front-matter of the Markdown document, i.e., write the following at the very beginning of the Markdown document:

```
---
marp: true
theme: border
theme: theme_name
---
```

5. Try restaring VSCode if it doesn't work right away

For additional settings (such as `size` or `paginate`), follow the [official documentation](https://marpit.marp.app/directives).

### License

The `beamer`-inspired `beam` theme is licensed under [GNU GPLv3](https://github.com/rnd195/my-marp-themes/blob/main/LICENSE_beamer). The rest of the repository is licensed under the [MIT License](https://github.com/rnd195/my-marp-themes/blob/main/LICENSE).
Expand Down

0 comments on commit 8454824

Please sign in to comment.