Skip to content

Commit

Permalink
add fit-text to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Oct 12, 2020
1 parent ffadcc8 commit 0582f57
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,24 @@ <h2>Touch Optimized</h2>
## Markdown support

Write content using inline or external Markdown.
Instructions and more info available in the [readme](https://revealjs.com/markdown/).
Instructions and more info available in the [docs](https://revealjs.com/markdown/).

```[]
<section data-markdown>
## Markdown support
Write content using inline or external Markdown.
Instructions and more info available in the [readme](https://revealjs.com/markdown/).
Instructions and more info available in the [docs](https://revealjs.com/markdown/).
</section>
```
</script>
</section>

<section>
<p>Add the <code>r-fit-text</code> class to auto-size text</p>
<h2 class="r-fit-text">FIT TEXT</h2>
</section>

<section>
<section id="fragments">
<h2>Fragments</h2>
Expand Down

0 comments on commit 0582f57

Please sign in to comment.