Skip to content

Commit

Permalink
Auto-format (related to #383)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 16, 2021
1 parent 91cb950 commit ef3313c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ docker run --rm -p 1948:1948 -p 35729:35729 -v <path-to-your-slides>:/slides web
The Markdown feature of reveal.js is awesome, and has an easy (and configurable) syntax to separate slides. Use three
dashes surrounded by two blank lines (`\n---\n`). Example:

~~~mkdn
```mkdn
# Title

* Point 1
* Point 2
- Point 1
- Point 2

---

Expand All @@ -85,7 +85,7 @@ dashes surrounded by two blank lines (`\n---\n`). Example:
> Best quote ever.

Note: speaker notes FTW!
~~~
```

### Theme

Expand Down Expand Up @@ -140,18 +140,19 @@ add an HTML `id` attribute to a specific slide and style it with CSS.

Example: set the second slide to have a PNG image as background:

~~~mkdn
```mkdn
# slide1

This slide has no background image.

---

<!-- .slide: data-background="./image1.png" -->

# slide2

This one does!
~~~
```

### reveal-md Options

Expand Down Expand Up @@ -185,7 +186,7 @@ Use the [speaker notes][38] feature by using a line starting with `Note:`.

Set Markdown (and reveal.js) options specific to a presentation with YAML front matter:

~~~mkdn
```mkdn
---
title: Foobar
separator: <!--s-->
Expand All @@ -204,7 +205,7 @@ Note: test note
# Bar

<!--v-->
~~~
```

### Live Reload

Expand Down

0 comments on commit ef3313c

Please sign in to comment.