📽️

MDFriday Slides

A MDFriday theme for creating presentations with Markdown.

~ Theme made by @dzello ~

Fragment

The fragment shortcode makes content appear incrementally.

{{% fragment %}} One {{% /fragment %}}
{{% fragment %}} Two {{% /fragment %}}
{{% fragment %}} Three {{% /fragment %}}

One

Two

Three

Frag

The frag shortcode is more terse than fragment. It accepts a c attribute.

{{< frag c="One" >}}
{{< frag c="Two" >}}
{{< frag c="Three" >}}

One Two Three

Section

The section shortcode groups slides into a vertical display.


use the down arrow or swipe down to continue
🔽

Put the shortcode around the slides you want to group together.

{{% section %}}

## Section slide 1

---

## Section slide 2

{{% /section %}}

Keep going down.

That's it!

Use the right arrow or swipe right to continue.

Slide

Use this shortcode when you need to customize slide attributes like id, class, background color and transition.

Custom slide 1

Did you notice? This slide has a fast zoom transition.

---

{{% slide transition="zoom" transition-speed="fast" %>}}

## Custom slide 1

{{% /slide %}}

---

Custom slide 2

This slide has a different background color.

Custom slide 3

This slide has a background image.













Math

  • Block math:

\[ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } \]

  • Inline math:

    This is an inline polynomial: \(5x^2 + 2y -7\) .

Mermaid Chart Example

{{< mermaid >}}
graph LR
A --> B
B --> C
{{< /mermaid >}}

graph LR A --> B B --> C

Youtube

Bilibili

Thanks

↩️

Start over