Skip to content

Commit

Permalink
🩹 revealhtml -> revealjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Dec 20, 2024
1 parent 21b97df commit 81fc8ea
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/content/basic-syntax/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To nest lists or other content inside a list item, indent it with spaces or tabs
1. Item 3b
```

{{< revealhtml theme="black" progress="true" controls="true" >}}
{{< revealjs theme="black" progress="true" controls="true" >}}

<section>

Expand All @@ -62,4 +62,4 @@ To nest lists or other content inside a list item, indent it with spaces or tabs
</ol>
</section>

{{< /revealhtml >}}
{{< /revealjs >}}
4 changes: 2 additions & 2 deletions docs/content/basic-syntax/textStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Any word wrapped with two tildes (like ~~this~~) will appear crossed out.
Any word wrapped with two equal signs (like ==this==) will appear as highlighted.
```

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section><p><em>This text will be italic</em></p>
<p><em>This will also be italic</em></p>
Expand All @@ -37,4 +37,4 @@ Any word wrapped with two equal signs (like ==this==) will appear as highlighted
<p>Any word wrapped with two equal signs (like <mark>this</mark>) will appear as highlighted.</p>
</section>

{{</revealhtml>}}
{{</revealjs>}}
4 changes: 2 additions & 2 deletions docs/content/basic-syntax/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ References:
- https://forum.obsidian.md/t/advanced-slides-create-markdown-based-reveal-js-presentations-in-obsidian/28243/42
- https://www.w3schools.com/tags/tag_video.asp

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section>
<p>Insert video as an HTML video tag</p>
Expand All @@ -34,5 +34,5 @@ References:
<video data-autoplay controls width="800" height="600"><source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4"></video>
</section>

{{</revealhtml>}}
{{</revealjs>}}

4 changes: 2 additions & 2 deletions docs/content/extend-syntax/blockComment.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ red
no color
```

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section><div class="block">

Expand All @@ -63,4 +63,4 @@ Paragraph content
<p>no color</p>
</section>

{{</revealhtml>}}
{{</revealjs>}}
4 changes: 2 additions & 2 deletions docs/content/extend-syntax/fontAwesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ And one fine morning — So we beat on.<!-- .element: style="font-size: 46px" al



{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section data-markdown><script type="text/template"><!-- .slide: class="has-light-background" data-background-color="white" -->

Expand Down Expand Up @@ -165,7 +165,7 @@ And one fine morning — So we beat on<!-- .element: style="font-size: 46px" ali
</script></section>


{{</revealhtml>}}
{{</revealjs>}}


> [!TIP]
Expand Down
4 changes: 2 additions & 2 deletions docs/content/extend-syntax/fragmentedLists.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Based on the Fragments concept Advanced Slides introduced a convention to automa
4) Fourth
```

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section><h1 id="unordered-list">Unordered list</h1>
<ul>
Expand Down Expand Up @@ -77,5 +77,5 @@ Based on the Fragments concept Advanced Slides introduced a convention to automa
</ol>
</section>

{{</revealhtml>}}
{{</revealjs>}}

4 changes: 2 additions & 2 deletions docs/content/extend-syntax/fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Slide up while fading in <!-- element class="fragment fade-up" -->
- Appear First <!-- element class="fragment" data-fragment-index="1" -->
```

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section data-fragment="-1"><p class="fragment" data-fragment-index="0">Fade in <!-- --></p>
<p class="fragment fade-out" data-fragment-index="1">Fade out <!-- --></p>
Expand All @@ -49,4 +49,4 @@ Slide up while fading in <!-- element class="fragment fade-up" -->
</ul>
</section>

{{</revealhtml>}}
{{</revealjs>}}
4 changes: 2 additions & 2 deletions docs/content/extend-syntax/inlineStyling.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ you may define css styles inside your markdown:
styled text <!-- element class="with-border" -->
```

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section>
<p style="border: 1px solid red;">styled text <!-- --></p>
</section>

{{</revealhtml>}}
{{</revealjs>}}

### by including them through css file

Expand Down
4 changes: 2 additions & 2 deletions docs/content/extend-syntax/slideAnnotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Paragraph has coral background color, too!
- background color
```

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section style="background-color: coral;">

Expand All @@ -42,4 +42,4 @@ Paragraph has coral background color, too!
</ul>
</section>

{{</revealhtml>}}
{{</revealjs>}}
4 changes: 2 additions & 2 deletions docs/content/extend-syntax/slideBackground.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ you can change the background by annotating the slide:
See [reveal backgrounds](https://revealjs.com/backgrounds/)
```

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section bg="aquamarine" class="has-light-background present">
<h2 id="slide-with-text-based-background">Slide with text based background</h2>
Expand Down Expand Up @@ -86,7 +86,7 @@ See [reveal backgrounds](https://revealjs.com/backgrounds/)
</section>


{{</revealhtml>}}
{{</revealjs>}}



Expand Down
4 changes: 2 additions & 2 deletions docs/content/layout/split.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ By adding no margin attribute automatic gaps between rows and column gets remove

## Split Component in Action

{{<revealhtml theme="black" progress="true" controls="true">}}
{{<revealjs theme="black" progress="true" controls="true">}}

<section><split even="">

Expand Down Expand Up @@ -151,4 +151,4 @@ when an unknown printer took a galley of type and scrambled it to make a type sp
</p>
</split></section>

{{</revealhtml>}}
{{</revealjs>}}

0 comments on commit 81fc8ea

Please sign in to comment.